/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelper.java | 115 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getAllContactKeys() local 127 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getAllContactKeys() 159 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getContactKeysForOwnerPackageName() local 171 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getContactKeysForOwnerPackageName() 200 long timeUpdated = c.getLong(c.getColumnIndexOrThrow(E2eeContactKeys.TIME_UPDATED)); in getContactKey() local 211 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getContactKey() 224 String deviceId, String accountId, int localVerificationState, long timeUpdated) { in updateContactKeyLocalVerificationState() argument 235 updateStatement.bindLong(2, timeUpdated); in updateContactKeyLocalVerificationState() 249 String deviceId, String accountId, int remoteVerificationState, long timeUpdated) { in updateContactKeyRemoteVerificationState() argument 260 updateStatement.bindLong(2, timeUpdated); in updateContactKeyRemoteVerificationState() [all …]
|
D | E2eeContactKeysProvider.java | 134 long timeUpdated = System.currentTimeMillis(); in updateOrInsertE2eeContactKey() local 137 deviceId, accountId, callerPackageName, timeUpdated, displayName, number, in updateOrInsertE2eeContactKey() 241 final long timeUpdated = System.currentTimeMillis(); in updateE2eeContactKeyLocalVerificationState() local 252 ownerPackageName, deviceId, accountId, localVerificationState, timeUpdated); in updateE2eeContactKeyLocalVerificationState() 255 callerPackageName, deviceId, accountId, localVerificationState, timeUpdated); in updateE2eeContactKeyLocalVerificationState() 279 final long timeUpdated = System.currentTimeMillis(); in updateE2eeContactKeyRemoteVerificationState() local 290 ownerPackageName, deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeContactKeyRemoteVerificationState() 293 callerPackageName, deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeContactKeyRemoteVerificationState() 338 long timeUpdated = System.currentTimeMillis(); in updateOrInsertE2eeSelfKey() local 341 callerPackageName, timeUpdated); in updateOrInsertE2eeSelfKey() [all …]
|
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelperTest.java | 115 long timeUpdated = TIME_UPDATED + 3; in testUpdateContactKey() local 117 OWNER_PACKAGE_NAME, timeUpdated, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateContactKey() 123 timeUpdated, KEY_VALUE_2, localVerificationState, remoteVerificationState, in testUpdateContactKey() 306 long timeUpdated = TIME_UPDATED + 1; in testUpdateSelfKey() local 308 timeUpdated); in testUpdateSelfKey() 314 timeUpdated, KEY_VALUE_2, in testUpdateSelfKey() 324 long timeUpdated = TIME_UPDATED + 1; in testUpdateRemoteVerificationStateSelfKey() local 327 updatedRvs, timeUpdated); in testUpdateRemoteVerificationStateSelfKey() 333 timeUpdated, KEY_VALUE, updatedRvs); in testUpdateRemoteVerificationStateSelfKey()
|
/packages/apps/Settings/src/com/android/settings/datetime/ |
D | TimeFormatPreferenceController.java | 117 timeUpdated(context, is24Hour); in update24HourFormat() 120 static void timeUpdated(Context context, Boolean is24Hour) { in timeUpdated() method in TimeFormatPreferenceController
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/system/ |
D | DateTimeState.java | 170 timeUpdated(use24Hour); in onPreferenceChange() 229 private void timeUpdated(boolean use24Hour) { in timeUpdated() method in DateTimeState
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | DateTimeFragment.java | 204 timeUpdated(use24Hour); in onPreferenceChange() 228 private void timeUpdated(boolean use24Hour) { in timeUpdated() method in DateTimeFragment
|