Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppsIndexerSettings.java49 static final String LAST_APP_UPDATE_TIMESTAMP_KEY = "last_app_update_timestamp_millis"; field in AppsIndexerSettings
79 return mBundle.getLong(LAST_APP_UPDATE_TIMESTAMP_KEY); in getLastAppUpdateTimestampMillis()
84 mBundle.putLong(LAST_APP_UPDATE_TIMESTAMP_KEY, timestampMillis); in setLastAppUpdateTimestampMillis()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerUserInstanceTest.java423 assertThat(settingsBundle.getLong(AppsIndexerSettings.LAST_APP_UPDATE_TIMESTAMP_KEY)) in testUpdate_insertedAndDeletedApps()