Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl51 …void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, boolean isUiCont… in enqueueTextToast() method
/aosp14/frameworks/base/core/java/android/widget/
H A DToast.java222 service.enqueueTextToast(pkg, mToken, mText, mDuration, isUiContext, displayId, in show()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7381 enqueueTextToast(testPackage, "Text"); in testAllowForegroundTextToasts()
7401 enqueueTextToast(testPackage, "Text"); in testAllowBackgroundTextToasts()
7424 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast()
7430 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast()
7453 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground()
7476 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground()
7498 enqueueTextToast(testPackage, "Text"); in testTextToastRateLimiterAllowsLimitAvoidanceWithPermission()
7520 enqueueTextToast(testPackage, "Text"); in testRateLimitedToasts_windowsRemoved()
7578 enqueueTextToast(testPackage, "Text"); in foregroundTextToast_callsSetProcessImportantAsNotForegroundForToast()
7600 enqueueTextToast(testPackage, "Text"); in backgroundTextToast_callsSetProcessImportantAsNotForegroundForToast()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3308 public void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,