/frameworks/base/core/tests/mockingcoretests/src/android/widget/ |
D | ToastTest.java | 102 when(sMockNMS.enqueueToast(anyString(), any(), any(), anyInt(), anyBoolean(), in enqueueFail_nullifiesNextView() 126 when(sMockNMS.enqueueToast(anyString(), any(), any(), anyInt(), anyBoolean(), in enqueueFail_doesNotNullifyNextView()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 223 wasEnqueued = service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, in show() 233 wasEnqueued = service.enqueueToast(pkg, mToken, tn, mDuration, isUiContext, in show()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 55 …boolean enqueueToast(String pkg, IBinder token, ITransientNotification callback, int duration, boo… in enqueueToast() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1376 private boolean enqueueToast(String testPackage, ITransientNotification callback) in enqueueToast() method in NotificationManagerServiceTest 1378 return enqueueToast((INotificationManager) mService.mService, testPackage, new Binder(), in enqueueToast() 1382 private boolean enqueueToast(INotificationManager service, String testPackage, in enqueueToast() method in NotificationManagerServiceTest 1384 return service.enqueueToast(testPackage, token, callback, TOAST_DURATION, /* isUiContext= */ in enqueueToast() 8087 boolean wasEnqueued = enqueueToast(testPackage, new TestableToastCallback()); in testAllowForegroundCustomToasts() 8108 boolean wasEnqueued = enqueueToast(testPackage, new TestableToastCallback()); in testDisallowBackgroundCustomToasts() 8133 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast() 8138 enqueueToast(nmService, testPackage, token, callback); in testDontCallShowToastAgainOnTheSameCustomToast() 8162 enqueueToast(nmService, testPackage, token, callback); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() 8188 enqueueToast(nmService, testPackage, token1, callback1); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3515 return enqueueToast(pkg, token, text, /* callback= */ null, duration, isUiContext, 3520 public boolean enqueueToast(String pkg, IBinder token, ITransientNotification callback, 3522 return enqueueToast(pkg, token, /* text= */ null, callback, duration, isUiContext, 3526 private boolean enqueueToast(String pkg, IBinder token, @Nullable CharSequence text,
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6430 Landroid/app/INotificationManager$Stub$Proxy;->enqueueToast(Ljava/lang/String;Landroid/app/ITransie…
|