Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java185 private static final long DEVICE_CONFIG_CACHE_EXPIRATION_MS = 1 * 60 * 60 * 1000; // 1 hour field in ContactsDatabaseHelper
5330 sDeviceConfigCacheExpirationElapsedTime = now + DEVICE_CONFIG_CACHE_EXPIRATION_MS; in invalidateDeviceConfigCacheIfTooOld()