Home
last modified time | relevance | path

Searched refs:filteredKeys (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DTestOnlyInsecureCertificateHelperTest.java71 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 …]
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationStats.java365 filteredKeys(stats.mVibratorPrimitivesUsed, /* supported= */ true); in StatsInfo()
367 filteredKeys(stats.mVibratorEffectsUsed, /* supported= */ true); in StatsInfo()
369 filteredKeys(stats.mVibratorPrimitivesUsed, /* supported= */ false); in StatsInfo()
371 filteredKeys(stats.mVibratorEffectsUsed, /* supported= */ false); in StatsInfo()
396 private static int[] filteredKeys(SparseBooleanArray supportArray, boolean supported) { in filteredKeys() method in VibrationStats.StatsInfo
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DTestOnlyInsecureCertificateHelper.java135 Map<String, Pair<SecretKey, byte[]>> filteredKeys = new HashMap<>(); in keepOnlyWhitelistedInsecureKeys() local
140 filteredKeys.put(entry.getKey(), in keepOnlyWhitelistedInsecureKeys()
145 return filteredKeys; in keepOnlyWhitelistedInsecureKeys()
/frameworks/base/services/
Dart-wear-profile24831 PLcom/android/server/vibrator/VibrationStats$StatsInfo;->filteredKeys(Landroid/util/SparseBooleanAr…