Searched refs:enqueueToast (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 205 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/ |
D | INotificationManager.aidl | 50 …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/ |
D | NotificationManagerServiceTest.java | 4778 ((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/ |
D | NotificationManagerService.java | 2801 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/ |
D | art-profile | 21304 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/ |
D | boot-image-profile.txt | 2235 HSPLandroid/app/INotificationManager$Stub$Proxy;->enqueueToast(Ljava/lang/String;Landroid/os/IBinde…
|