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.java1457 public void showAppOpsIcons(ArraySet<Integer> activeOps) {
1459 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1462 mExpandedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1465 mHeadsUpWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
DExpandableNotificationRow.java1702 public void showAppOpsIcons(ArraySet<Integer> activeOps) {
1704 mChildrenContainer.getHeaderView().showAppOpsIcons(activeOps);
1706 mPrivateLayout.showAppOpsIcons(activeOps);
1707 mPublicLayout.showAppOpsIcons(activeOps);