Home
last modified time | relevance | path

Searched defs:timeUpdated (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java115 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getAllContactKeys() local
159 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getContactKeysForOwnerPackageName() local
200 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getContactKey() local
224 String deviceId, String accountId, int localVerificationState, long timeUpdated) { in updateContactKeyLocalVerificationState()
249 String deviceId, String accountId, int remoteVerificationState, long timeUpdated) { in updateContactKeyRemoteVerificationState()
274 String accountId, String ownerPackageName, long timeUpdated, in updateOrInsertContactKey()
378 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getSelfKey() local
407 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getAllSelfKeys() local
436 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getSelfKeysForOwnerPackageName() local
452 String ownerPackageName, long timeUpdated) { in updateOrInsertSelfKey()
[all …]
DE2eeContactKeysProvider.java134 long timeUpdated = System.currentTimeMillis(); in updateOrInsertE2eeContactKey() local
241 final long timeUpdated = System.currentTimeMillis(); in updateE2eeContactKeyLocalVerificationState() local
279 final long timeUpdated = System.currentTimeMillis(); in updateE2eeContactKeyRemoteVerificationState() local
338 long timeUpdated = System.currentTimeMillis(); in updateOrInsertE2eeSelfKey() local
364 final long timeUpdated = System.currentTimeMillis(); in updateE2eeSelfKeyRemoteVerificationState() local
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelperTest.java115 long timeUpdated = TIME_UPDATED + 3; in testUpdateContactKey() local
306 long timeUpdated = TIME_UPDATED + 1; in testUpdateSelfKey() local
324 long timeUpdated = TIME_UPDATED + 1; in testUpdateRemoteVerificationStateSelfKey() local
/packages/apps/Settings/src/com/android/settings/datetime/
DTimeFormatPreferenceController.java120 static void timeUpdated(Context context, Boolean is24Hour) { in timeUpdated() method in TimeFormatPreferenceController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DDateTimeFragment.java228 private void timeUpdated(boolean use24Hour) { in timeUpdated() method in DateTimeFragment
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/system/
DDateTimeState.java229 private void timeUpdated(boolean use24Hour) { in timeUpdated() method in DateTimeState