Searched refs:enqueueTextToast (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | INotificationManager.aidl | 51 …void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration, boolean isUiCont… in enqueueTextToast() method
|
| /frameworks/base/core/java/android/widget/ |
| D | Toast.java | 222 service.enqueueTextToast(pkg, mToken, mText, mDuration, isUiContext, displayId, in show()
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | NotificationManagerServiceTest.java | 7317 enqueueTextToast(testPackage, "Text"); in testAllowForegroundTextToasts() 7337 enqueueTextToast(testPackage, "Text"); in testAllowBackgroundTextToasts() 7360 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast() 7366 enqueueTextToast(testPackage, "Text"); in testDontCallShowToastAgainOnTheSameTextToast() 7389 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() 7412 enqueueTextToast(testPackage, "Text"); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() 7434 enqueueTextToast(testPackage, "Text"); in testTextToastRateLimiterAllowsLimitAvoidanceWithPermission() 7456 enqueueTextToast(testPackage, "Text"); in testRateLimitedToasts_windowsRemoved() 7514 enqueueTextToast(testPackage, "Text"); in foregroundTextToast_callsSetProcessImportantAsNotForegroundForToast() 7536 enqueueTextToast(testPackage, "Text"); in backgroundTextToast_callsSetProcessImportantAsNotForegroundForToast() [all …]
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationManagerService.java | 3308 public void enqueueTextToast(String pkg, IBinder token, CharSequence text, int duration,
|