Searched refs:updateContactKeyRemoteVerificationState (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelperTest.java | 112 mDbHelper.updateContactKeyRemoteVerificationState(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, in testUpdateContactKey() 168 mDbHelper.updateContactKeyRemoteVerificationState(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, in testUpdateRemoteVerificationStateContactKey()
|
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysProvider.java | 289 rowsUpdated = mDbHelper.updateContactKeyRemoteVerificationState(lookupKey, in updateE2eeContactKeyRemoteVerificationState() 292 rowsUpdated = mDbHelper.updateContactKeyRemoteVerificationState(lookupKey, in updateE2eeContactKeyRemoteVerificationState()
|
D | E2eeContactKeysDatabaseHelper.java | 248 public int updateContactKeyRemoteVerificationState(String lookupKey, String ownerPackageName, in updateContactKeyRemoteVerificationState() method in E2eeContactKeysDatabaseHelper
|