Home
last modified time | relevance | path

Searched refs:updateNotificationsForAppOp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java96 updateNotificationsForAppOp(activeOps.valueAt(i), notification.getUid(), in tagForeground()
103 public void updateNotificationsForAppOp(int appOp, int uid, String pkg, boolean showIcon) { in updateNotificationsForAppOp() method in NotificationListController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java125 mController.updateNotificationsForAppOp( in testAppOps_appOpAddedToForegroundNotif()
144 mController.updateNotificationsForAppOp(AppOpsManager.OP_CAMERA, 1000, "pkg", true); in testAppOps_appOpAddedToUnrelatedNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java603 mNotificationListController.updateNotificationsForAppOp(code, uid, packageName, active); in onActiveStateChanged()