Searched refs:LAST_UPDATE_TIMESTAMP_KEY (Results 1 – 2 of 2) sorted by relevance
48 static final String LAST_UPDATE_TIMESTAMP_KEY = "last_update_timestamp_millis"; field in AppsIndexerSettings69 return mBundle.getLong(LAST_UPDATE_TIMESTAMP_KEY); in getLastUpdateTimestampMillis()74 mBundle.putLong(LAST_UPDATE_TIMESTAMP_KEY, timestampMillis); in setLastUpdateTimestampMillis()
419 assertThat(settingsBundle.getLong(AppsIndexerSettings.LAST_UPDATE_TIMESTAMP_KEY)) in testUpdate_insertedAndDeletedApps()686 assertThat(settingsBundle.getLong(AppsIndexerSettings.LAST_UPDATE_TIMESTAMP_KEY)) in testConcurrentUpdates_updatesDoNotInterfereWithEachOther()