Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToast.java217 service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, displayId); in show()
226 service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, displayId); in show()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl52 …void enqueueToast(String pkg, IBinder token, ITransientNotification callback, int duration, boolea… in enqueueToast() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java7188 enqueueToast(testPackage, new TestableToastCallback()); in testAllowForegroundCustomToasts()
7208 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowBackgroundCustomToasts()
7232 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast()
7237 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast()
7261 enqueueToast(nmService, testPackage, token, callback); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground()
7287 enqueueToast(nmService, testPackage, token1, callback1); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground()
7288 enqueueToast(nmService, testPackage, token2, callback2); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground()
7492 enqueueToast(testPackage, new TestableToastCallback()); in backgroundSystemCustomToast_callsSetProcessImportantAsForegroundForToast()
7662 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowToastsFromSuspendedPackages()
7687 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowToastsFromBlockedApps()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3311 enqueueToast(pkg, token, text, /* callback= */ null, duration, isUiContext, displayId,
3316 public void enqueueToast(String pkg, IBinder token, ITransientNotification callback,
3318 enqueueToast(pkg, token, /* text= */ null, callback, duration, isUiContext, displayId,
3322 private void enqueueToast(String pkg, IBinder token, @Nullable CharSequence text,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6430 Landroid/app/INotificationManager$Stub$Proxy;->enqueueToast(Ljava/lang/String;Landroid/app/ITransie…