Searched refs:activeOps (Results 1 – 4 of 4) sorted by relevance
90 ArraySet<Integer> activeOps = in tagForeground() local93 if (activeOps != null) { in tagForeground()94 int len = activeOps.size(); in tagForeground()96 updateNotificationsForAppOp(activeOps.valueAt(i), notification.getUid(), in tagForeground()
69 ArraySet<Integer> activeOps) { in bindGuts() argument75 mAppOps = activeOps; in bindGuts()
1457 public void showAppOpsIcons(ArraySet<Integer> activeOps) {1459 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);1462 mExpandedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);1465 mHeadsUpWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1702 public void showAppOpsIcons(ArraySet<Integer> activeOps) {1704 mChildrenContainer.getHeaderView().showAppOpsIcons(activeOps);1706 mPrivateLayout.showAppOpsIcons(activeOps);1707 mPublicLayout.showAppOpsIcons(activeOps);