Searched refs:notExpected (Results 1 – 2 of 2) sorted by relevance
129 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]));
3343 ArrayList<String> notExpected = new ArrayList<>(); in testDumpString_postPermissionMigration() local3344 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()