Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppsIndexerSettings.java48 static final String LAST_UPDATE_TIMESTAMP_KEY = "last_update_timestamp_millis"; field in AppsIndexerSettings
69 return mBundle.getLong(LAST_UPDATE_TIMESTAMP_KEY); in getLastUpdateTimestampMillis()
74 mBundle.putLong(LAST_UPDATE_TIMESTAMP_KEY, timestampMillis); in setLastUpdateTimestampMillis()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerUserInstanceTest.java419 assertThat(settingsBundle.getLong(AppsIndexerSettings.LAST_UPDATE_TIMESTAMP_KEY)) in testUpdate_insertedAndDeletedApps()
686 assertThat(settingsBundle.getLong(AppsIndexerSettings.LAST_UPDATE_TIMESTAMP_KEY)) in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()