Searched refs:getAllKeys (Results 1 – 8 of 8) sorted by relevance
86 List<ProvisionedKey> keysInDatabase = mKeyDao.getAllKeys(); in testWriteToTable()101 List<ProvisionedKey> unassignedKeys = mKeyDao.getAllKeys(); in testOverwriteConflict()112 List<ProvisionedKey> keysInDatabase = mKeyDao.getAllKeys(); in testRemovingExpiredKeyFromTable()117 keysInDatabase = mKeyDao.getAllKeys(); in testRemovingExpiredKeyFromTable()140 List<ProvisionedKey> keysInDatabase = mKeyDao.getAllKeys(); in testUpdate()150 keysInDatabase = mKeyDao.getAllKeys(); in testUpdate()159 assertThat(mKeyDao.getAllKeys()).isEmpty(); in testUpdateWithNonExistentKey()166 List<ProvisionedKey> keysInDatabase = mKeyDao.getAllKeys(); in testDeleteAllKeys()170 assertThat(mKeyDao.getAllKeys()).isEmpty(); in testDeleteAllKeys()176 List<ProvisionedKey> keysInDatabase = mKeyDao.getAllKeys(); in testDeleteSingleKey()[all …]
192 assertThat(mKeyDao.getAllKeys()).hasSize(3); in testProvisionerClearsAttestationKeysOnResponse()200 assertThat(mKeyDao.getAllKeys()).hasSize(2); in testProvisionerClearsAttestationKeysOnResponse()210 assertThat(mKeyDao.getAllKeys()).hasSize(3); in testProvisionerClearsAttestationKeysOnlyOnce()219 assertThat(mKeyDao.getAllKeys()).hasSize(3); in testProvisionerClearsAttestationKeysOnlyOnce()
76 when(mWifiSettingsConfigStore.getAllKeys()).thenReturn(TEST_KEYS); in setUp()102 for (WifiSettingsConfigStore.Key key : mWifiSettingsConfigStore.getAllKeys()) { in testBackupWifiSettings()
51 public abstract List<ProvisionedKey> getAllKeys(); in getAllKeys() method in ProvisionedKeyDao
56 for (WifiSettingsConfigStore.Key key : mWifiSettingsConfigStore.getAllKeys()) { in WifiSettingsBackupRestore()
253 public ArrayList<Key> getAllKeys() { in getAllKeys() method in WifiSettingsConfigStore
157 List<ProvisionedKey> keys = mKeyDao.getAllKeys(); in provisionThenExpireThenProvisionAgain()
231 List<ProvisionedKey> allKeys = mKeyDao.getAllKeys(); in checkAndDeleteBadKeys()