Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java557 int candidateOffset = mIndexBuffer.getInt(offset + 8); in lookupInternal() local
558 if (candidateOffset == 0) { in lookupInternal()
563 mFileOffset = candidateOffset; in lookupInternal()
608 int candidateOffset = mIndexBuffer.getInt(offset + 8); in getActiveCount() local
609 if (candidateOffset != 0) ++count; in getActiveCount()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
H A DTimeZoneLookupHelper.java251 int candidateOffset = timeZone.getOffset(whenMillis); in countryUsesDifferentOffsets() local
252 if (countryDefaultOffset != candidateOffset) { in countryUsesDifferentOffsets()