Searched refs:enqueueTextToast (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 50 …void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, int displayId, @… in enqueueTextToast() method
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 220 service.enqueueTextToast(pkg, mToken, mText, mDuration, displayId, callback); in show()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 6689 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in testAllowForegroundTextToasts() 6709 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in testAllowBackgroundTextToasts() 6732 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testDontCallShowToastAgainOnTheSameTextToast() 6738 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testDontCallShowToastAgainOnTheSameTextToast() 6760 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() 6782 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() 6803 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testTextToastRateLimiterAllowsLimitAvoidanceWithPermission() 6824 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testRateLimitedToasts_windowsRemoved() 6882 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in foregroundTextToast_callsSetProcessImportantAsNotForegroundForToast() 6904 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in backgroundTextToast_callsSetProcessImportantAsNotForegroundForToast() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3277 public void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
|
/frameworks/base/services/ |
D | art-profile | 30498 PLcom/android/server/notification/NotificationManagerService$10;->enqueueTextToast(Ljava/lang/Strin…
|