Home
last modified time | relevance | path

Searched refs:enqueueNotificationWithTag (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl35 …void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inou… in enqueueNotificationWithTag() method
DNotificationManager.java124 service.enqueueNotificationWithTag(pkg, tag, id, notification, idOut); in notify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationController.java106 mNotificationService.enqueueNotificationWithTag( in onReceive()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java796 directLine.enqueueNotificationWithTag(
820 directLine.enqueueNotificationWithTag(
844 directLine.enqueueNotificationWithTag(
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java850 enqueueNotificationWithTag(pkg, null /* tag */, id, notification, idOut); in enqueueNotification()
853 … public void enqueueNotificationWithTag(String pkg, String tag, int id, Notification notification, in enqueueNotificationWithTag() method in NotificationManagerService
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java793 mNotifManager.enqueueNotificationWithTag( in enqueueNotification()
827 mNotifManager.enqueueNotificationWithTag(packageName, tag, in enqueueRestrictedNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java897 mNotifManager.enqueueNotificationWithTag(isA(String.class), capture(tag.capture), anyInt(), in expectEnqueueNotification()