Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DToast.java213 service.enqueueTextToast(pkg, mToken, mText, mDuration, displayId, callback); in show()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl50 …void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, int displayId, @… in enqueueTextToast() method
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5458 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in testAllowForegroundTextToasts()
5478 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in testAllowBackgroundTextToasts()
5501 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testDontCallShowToastAgainOnTheSameTextToast()
5507 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testDontCallShowToastAgainOnTheSameTextToast()
5529 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground()
5551 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground()
5572 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testTextToastRateLimiterAllowsLimitAvoidanceWithPermission()
5592 nmService.enqueueTextToast(testPackage, token, "Text", 2000, 0, null); in testRateLimitedToasts_windowsRemoved()
5651 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in foregroundTextToast_callsSetProcessImportantAsNotForegroundForToast()
5673 ((INotificationManager) mService.mService).enqueueTextToast(testPackage, new Binder(), in backgroundTextToast_callsSetProcessImportantAsNotForegroundForToast()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3073 public void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
/aosp12/frameworks/base/services/
H A Dart-profile26455 PLcom/android/server/notification/NotificationManagerService$11;->enqueueTextToast(Ljava/lang/Strin…