Searched refs:filteredKeys (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | TestOnlyInsecureCertificateHelperTest.java | 71 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList() local 73 assertThat(filteredKeys.entrySet()).containsExactlyElementsIn(expectedResult.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList() 74 assertThat(filteredKeys.entrySet()).containsAtLeastElementsIn(rawKeys.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList() 85 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey() local 87 assertThat(filteredKeys.entrySet()).containsExactlyElementsIn(expectedResult.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey() 88 assertThat(rawKeys.entrySet()).containsAtLeastElementsIn(filteredKeys.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey() 100 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey() local 102 assertThat(filteredKeys.entrySet()).containsExactlyElementsIn(expectedResult.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey() 103 assertThat(rawKeys.entrySet()).containsAtLeastElementsIn(filteredKeys.entrySet()); in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey() 122 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys() local [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibrationStats.java | 351 filteredKeys(stats.mVibratorPrimitivesUsed, /* supported= */ true); in StatsInfo() 353 filteredKeys(stats.mVibratorEffectsUsed, /* supported= */ true); in StatsInfo() 355 filteredKeys(stats.mVibratorPrimitivesUsed, /* supported= */ false); in StatsInfo() 357 filteredKeys(stats.mVibratorEffectsUsed, /* supported= */ false); in StatsInfo() 382 private static int[] filteredKeys(SparseBooleanArray supportArray, boolean supported) { in filteredKeys() method in VibrationStats.StatsInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | TestOnlyInsecureCertificateHelper.java | 122 Map<String, Pair<SecretKey, byte[]>> filteredKeys = new HashMap<>(); in keepOnlyWhitelistedInsecureKeys() local 127 filteredKeys.put(entry.getKey(), in keepOnlyWhitelistedInsecureKeys() 132 return filteredKeys; in keepOnlyWhitelistedInsecureKeys()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 10378 HPLcom/android/server/vibrator/VibrationStats$StatsInfo;->filteredKeys(Landroid/util/SparseBooleanA…
|