Searched refs:enqueueTextToast (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 51 …void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, boolean isUiCont… in enqueueTextToast() method
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Toast.java | 222 service.enqueueTextToast(pkg, mToken, mText, mDuration, isUiContext, displayId, in show()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7381 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 D | NotificationManagerService.java | 3308 public void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
|