Searched refs:updateKey (Results 1 – 6 of 6) sorted by relevance
45 public abstract void updateKey(ProvisionedKey key); in updateKey() method in ProvisionedKeyDao144 updateKey(availableKey); in getOrAssignKey()
161 mKeyDao.updateKey(keys.get(0)); in provisionThenExpireThenProvisionAgain()166 mKeyDao.updateKey(keys.get(i)); in provisionThenExpireThenProvisionAgain()
231 mKeyDao.updateKey(oldAttestationKey); in testKeyCreationWithExpiringAttestationKey()
206 String updateKey = PREFIX_PHOTO_EDITOR_UPDATE + mimeType; in isEditorAvailable() local210 if (prefs.getInt(updateKey, 0) != version) { in isEditorAvailable()214 prefs.edit().putInt(updateKey, version) in isEditorAvailable()
149 mKeyDao.updateKey(key); in testUpdate()157 mKeyDao.updateKey(mProvisionedKey1); in testUpdateWithNonExistentKey()
152 mKeyDao.updateKey(key); in testGetSameKeyInParallel()