Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/settings/
DSettingsStore.java20 …static com.android.server.location.settings.SettingsStore.VersionedSettings.VERSION_DOES_NOT_EXIST;
47 int VERSION_DOES_NOT_EXIST = Integer.MAX_VALUE; field
88 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST); in initializeCache()
97 mCache = read(VERSION_DOES_NOT_EXIST, in initializeCache()
99 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST); in initializeCache()
124 Preconditions.checkState(mCache.getVersion() < VERSION_DOES_NOT_EXIST);