Home
last modified time | relevance | path

Searched refs:notExpected (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DHeavyHitterSketchTest.java129 private void verifyNotExpected(final int[] input, final int capacity, final int[] notExpected)
137 for (int i = 0; i < notExpected.length; i++) {
138 assertFalse(set.contains(notExpected[i]));
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3343 ArrayList<String> notExpected = new ArrayList<>(); in testDumpString_postPermissionMigration() local
3344 notExpected.add(PKG_O + " (" + UID_O + ") importance=HIGH"); in testDumpString_postPermissionMigration()
3345 notExpected.add(PKG_P + " (" + UID_P + ") importance="); // no importance for PKG_P in testDumpString_postPermissionMigration()
3351 for (String notExp : notExpected) { in testDumpString_postPermissionMigration()