Searched refs:enqueueToast (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Toast.java | 217 service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, displayId); in show() 226 service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, displayId); in show()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 52 …void enqueueToast(String pkg, IBinder token, ITransientNotification callback, int duration, boolea… in enqueueToast() method
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7252 enqueueToast(testPackage, new TestableToastCallback()); in testAllowForegroundCustomToasts() 7272 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowBackgroundCustomToasts() 7296 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast() 7301 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast() 7325 enqueueToast(nmService, testPackage, token, callback); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() 7351 enqueueToast(nmService, testPackage, token1, callback1); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() 7352 enqueueToast(nmService, testPackage, token2, callback2); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() 7556 enqueueToast(testPackage, new TestableToastCallback()); in backgroundSystemCustomToast_callsSetProcessImportantAsForegroundForToast() 7726 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowToastsFromSuspendedPackages() 7751 enqueueToast(testPackage, new TestableToastCallback()); in testDisallowToastsFromBlockedApps() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3311 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,
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6430 Landroid/app/INotificationManager$Stub$Proxy;->enqueueToast(Ljava/lang/String;Landroid/app/ITransie…
|