Searched refs:enqueueNotificationWithTag (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 443 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testBlockedNotifications_blockedChannel() 461 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService() 490 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService() 506 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testEnqueuedBlockedNotifications_blockedApp() 520 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testEnqueuedBlockedNotifications_blockedAppForegroundService() 529 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0, in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() 539 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0, in testCancelNotificationImmediatelyAfterEnqueue() 556 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", in testCancelImmediatelyAfterEnqueueNotifiesListeners_ForegroundServiceFlag() 566 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0, in testCancelNotificationWhilePostedAndEnqueued() 569 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0, in testCancelNotificationWhilePostedAndEnqueued() [all …]
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 48 void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id, in enqueueNotificationWithTag() method
|
D | NotificationManager.java | 320 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id, in notifyAsUser()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 1476 doAnswer(futureAnswer).when(mNotifManager).enqueueNotificationWithTag( in expectEnqueueNotification()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1248 mNotifManager.enqueueNotificationWithTag( in enqueueNotification()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5252 notificationManager.enqueueNotificationWithTag(packageName, packageName,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1715 public void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id,
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 2094 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage() 2348 inm.enqueueNotificationWithTag("android", "android", null, in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 11743 PLcom/android/server/notification/NotificationManagerService$7;->enqueueNotificationWithTag(Ljava/l…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 697 HPLandroid/app/INotificationManager$Stub$Proxy;->enqueueNotificationWithTag(Ljava/lang/String;Ljava… 16741 HSPLandroid/app/INotificationManager;->enqueueNotificationWithTag(Ljava/lang/String;Ljava/lang/Stri…
|