Home
last modified time | relevance | path

Searched refs:enqueueTextToast (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DToast.java229 wasEnqueued = service.enqueueTextToast(pkg, mToken, mText, mDuration, in show()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl54 …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/
DNotificationManagerServiceTest.java1463 private boolean enqueueTextToast(String testPackage, CharSequence text) throws RemoteException { in enqueueTextToast() method in NotificationManagerServiceTest
1464 return enqueueTextToast(testPackage, text, /* isUiContext= */ true, DEFAULT_DISPLAY); in enqueueTextToast()
1467 private boolean enqueueTextToast(String testPackage, CharSequence text, boolean isUiContext, in enqueueTextToast() method in NotificationManagerServiceTest
1469 return ((INotificationManager) mService.mService).enqueueTextToast(testPackage, in enqueueTextToast()
9442 boolean wasEnqueued = enqueueTextToast(testPackage, "Text"); in testAllowForegroundTextToasts()
9463 boolean wasEnqueued = enqueueTextToast(testPackage, "Text"); in testAllowBackgroundTextToasts()
9487 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast()
9493 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast()
9516 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground()
9539 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3961 public boolean enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
/frameworks/base/services/
Dart-wear-profile12540 PLcom/android/server/notification/NotificationManagerService$12;->enqueueTextToast(Ljava/lang/Strin…