Home
last modified time | relevance | path

Searched refs:enqueueToast (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DToast.java205 service.enqueueToast(pkg, mToken, tn, mDuration, displayId); in show()
213 service.enqueueToast(pkg, mToken, tn, mDuration, displayId); in show()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl50 …void enqueueToast(String pkg, IBinder token, ITransientNotification callback, int duration, int di… in enqueueToast() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4778 ((INotificationManager) mService.mService).enqueueToast(testPackage, new Binder(), in testAllowForegroundCustomToasts()
4796 ((INotificationManager) mService.mService).enqueueToast(testPackage, new Binder(), in testDisallowBackgroundCustomToasts()
4868 ((INotificationManager) mService.mService).enqueueToast(testPackage, new Binder(), in testDisallowToastsFromSuspendedPackages()
4890 ((INotificationManager) mService.mService).enqueueToast(testPackage, new Binder(), in testDisallowToastsFromBlockedApps()
4912 ((INotificationManager) mService.mService).enqueueToast(testPackage, new Binder(), in testAlwaysAllowSystemToasts()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2801 enqueueToast(pkg, token, text, null, duration, displayId, callback);
2805 public void enqueueToast(String pkg, IBinder token, ITransientNotification callback,
2807 enqueueToast(pkg, token, null, callback, duration, displayId, null);
2810 private void enqueueToast(String pkg, IBinder token, @Nullable CharSequence text,
/frameworks/base/services/
Dart-profile21304 PLcom/android/server/notification/NotificationManagerService$10;->enqueueToast(Ljava/lang/String;La…
21305 HPLcom/android/server/notification/NotificationManagerService$10;->enqueueToast(Ljava/lang/String;L…
/frameworks/base/config/
Dboot-image-profile.txt2235 HSPLandroid/app/INotificationManager$Stub$Proxy;->enqueueToast(Ljava/lang/String;Landroid/os/IBinde…