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()
1554 public void showAppOpsIcons(ArraySet<Integer> activeOps) {1556 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);1559 mExpandedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);1562 mHeadsUpWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1709 public void showAppOpsIcons(ArraySet<Integer> activeOps) {1711 mChildrenContainer.getHeaderView().showAppOpsIcons(activeOps);1713 mPrivateLayout.showAppOpsIcons(activeOps);1714 mPublicLayout.showAppOpsIcons(activeOps);