Home
last modified time | relevance | path

Searched refs:activeOps (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java90 ArraySet<Integer> activeOps = in tagForeground() local
93 if (activeOps != null) { in tagForeground()
94 int len = activeOps.size(); in tagForeground()
96 updateNotificationsForAppOp(activeOps.valueAt(i), notification.getUid(), in tagForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java69 ArraySet<Integer> activeOps) { in bindGuts() argument
75 mAppOps = activeOps; in bindGuts()
DNotificationContentView.java1554 public void showAppOpsIcons(ArraySet<Integer> activeOps) {
1556 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1559 mExpandedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1562 mHeadsUpWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
DExpandableNotificationRow.java1709 public void showAppOpsIcons(ArraySet<Integer> activeOps) {
1711 mChildrenContainer.getHeaderView().showAppOpsIcons(activeOps);
1713 mPrivateLayout.showAppOpsIcons(activeOps);
1714 mPublicLayout.showAppOpsIcons(activeOps);