Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java185 ArraySet<Integer> activeOps = mForegroundServiceController.getAppOps( in tagAppOps() local
190 if (activeOps != null) { in tagAppOps()
191 entry.mActiveAppOps.addAll(activeOps); in tagAppOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java195 ArraySet<Integer> activeOps =
201 if (activeOps != null) {
202 entry.mActiveAppOps.addAll(activeOps);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java72 ArraySet<Integer> activeOps) { in bindGuts() argument
78 mAppOps = activeOps; in bindGuts()
DNotificationContentView.java1570 public void showAppOpsIcons(ArraySet<Integer> activeOps) { in showAppOpsIcons() argument
1572 mContractedWrapper.showAppOpsIcons(activeOps); in showAppOpsIcons()
1575 mExpandedWrapper.showAppOpsIcons(activeOps); in showAppOpsIcons()
1578 mHeadsUpWrapper.showAppOpsIcons(activeOps); in showAppOpsIcons()
DExpandableNotificationRow.java1689 public void showAppOpsIcons(ArraySet<Integer> activeOps) {
1691 mChildrenContainer.showAppOpsIcons(activeOps);
1693 mPrivateLayout.showAppOpsIcons(activeOps);
1694 mPublicLayout.showAppOpsIcons(activeOps);