Home
last modified time | relevance | path

Searched refs:ANY_SEQUENCE_NUMBER (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/jakewharton/disklrucache/
H A DDiskLruCache.java94 static final long ANY_SEQUENCE_NUMBER = -1; field in DiskLruCache
457 return edit(key, ANY_SEQUENCE_NUMBER); in edit()
464 if (expectedSequenceNumber != ANY_SEQUENCE_NUMBER && (entry == null in edit()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/com/jakewharton/disklrucache/
H A DDiskLruCache.java94 static final long ANY_SEQUENCE_NUMBER = -1; field in DiskLruCache
457 return edit(key, ANY_SEQUENCE_NUMBER); in edit()
464 if (expectedSequenceNumber != ANY_SEQUENCE_NUMBER && (entry == null in edit()