Searched refs:mActiveAppOps (Results 1 – 6 of 6) sorted by relevance
132 assertTrue(entry.mActiveAppOps.contains(AppOpsManager.OP_CAMERA)); in testAppOps_appOpAddedToForegroundNotif()170 assertEquals(expected.size(), entry.mActiveAppOps.size()); in testAppOps_addNotificationWithExistingAppOps()172 assertTrue("Entry missing op " + op, entry.mActiveAppOps.contains(op)); in testAppOps_addNotificationWithExistingAppOps()192 assertEquals(0, entry.mActiveAppOps.size()); in testAdd_addNotificationWithNoExistingAppOps()214 assertEquals(0, entry.mActiveAppOps.size()); in testAdd_addNonForegroundNotificationWithExistingAppOps()
173 mNotificationData.get(mRow.getEntry().key).mActiveAppOps.contains(op)); in testAllRelevantNotisTaggedWithAppOps()175 mNotificationData.get(row2.getEntry().key).mActiveAppOps.contains(op)); in testAllRelevantNotisTaggedWithAppOps()177 mNotificationData.get(diffPkg.getEntry().key).mActiveAppOps.contains(op)); in testAllRelevantNotisTaggedWithAppOps()201 mNotificationData.get(mRow.getEntry().key).mActiveAppOps.contains(OP_CAMERA)); in testAppOpsRemoval()203 mNotificationData.get(row2.getEntry().key).mActiveAppOps.contains(OP_CAMERA)); in testAppOpsRemoval()206 .mActiveAppOps.contains(OP_ACCEPT_HANDOVER)); in testAppOpsRemoval()209 .mActiveAppOps.contains(OP_ACCEPT_HANDOVER)); in testAppOpsRemoval()
235 entry.mActiveAppOps.add(appOp); in updateAppOp()237 entry.mActiveAppOps.remove(appOp); in updateAppOp()
133 public ArraySet<Integer> mActiveAppOps = new ArraySet<>(3); field in NotificationEntry
272 if (!row.getEntry().mActiveAppOps.isEmpty()) { in initializeAppOpsInfo()273 appOpsInfoView.bindGuts(pmUser, onSettingsClick, sbn, row.getEntry().mActiveAppOps); in initializeAppOpsInfo()
438 row.showAppOpsIcons(entry.mActiveAppOps); in updateRowStatesInternal()