Searched refs:blobstoreAliases (Results 1 – 2 of 2) sorted by relevance
108 String[] blobstoreAliases = new String[0]; in testKeystoreMigrationUniqueLegacyAliases() local110 when(mWifiBlobStore.list(anyString())).thenReturn(blobstoreAliases); in testKeystoreMigrationUniqueLegacyAliases()124 String[] blobstoreAliases = new String[]{TEST_ALIAS + "2", TEST_ALIAS + "3"}; in testKeystoreMigrationDuplicateLegacyAliases() local126 new String[]{blobstoreAliases[0], blobstoreAliases[1], uniqueLegacyAlias}; in testKeystoreMigrationDuplicateLegacyAliases()128 when(mWifiBlobStore.list(anyString())).thenReturn(blobstoreAliases); in testKeystoreMigrationDuplicateLegacyAliases()
657 Set<String> blobstoreAliases = new HashSet<>(); in migrateLegacyKeystoreToWifiBlobstoreInternal() local658 blobstoreAliases.addAll(blobstoreAliasList); in migrateLegacyKeystoreToWifiBlobstoreInternal()663 if (!blobstoreAliases.contains(legacyAlias)) { in migrateLegacyKeystoreToWifiBlobstoreInternal()