Searched refs:updateNotificationsForAppOp (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationListController.java | 96 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/ |
D | NotificationListControllerTest.java | 125 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/ |
D | StatusBar.java | 603 mNotificationListController.updateNotificationsForAppOp(code, uid, packageName, active); in onActiveStateChanged()
|