Searched refs:enqueueTextToast (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 229 wasEnqueued = service.enqueueTextToast(pkg, mToken, mText, mDuration, in show()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 54 …boolean enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, boolean isUiC… in enqueueTextToast() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1388 private boolean enqueueTextToast(String testPackage, CharSequence text) throws RemoteException { in enqueueTextToast() method in NotificationManagerServiceTest 1389 return enqueueTextToast(testPackage, text, /* isUiContext= */ true, DEFAULT_DISPLAY); in enqueueTextToast() 1392 private boolean enqueueTextToast(String testPackage, CharSequence text, boolean isUiContext, in enqueueTextToast() method in NotificationManagerServiceTest 1394 return ((INotificationManager) mService.mService).enqueueTextToast(testPackage, in enqueueTextToast() 8218 boolean wasEnqueued = enqueueTextToast(testPackage, "Text"); in testAllowForegroundTextToasts() 8239 boolean wasEnqueued = enqueueTextToast(testPackage, "Text"); in testAllowBackgroundTextToasts() 8263 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast() 8269 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast() 8292 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() 8315 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3512 public boolean enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
|