Searched refs:TestableToastCallback (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 414 private class TestableToastCallback extends ITransientNotification.Stub { class in NotificationManagerServiceTest 5333 new TestableToastCallback(), 2000, 0); in testAllowForegroundCustomToasts() 5353 new TestableToastCallback(), 2000, 0); in testDisallowBackgroundCustomToasts() 5630 new TestableToastCallback(), 2000, 0); in backgroundSystemCustomToast_callsSetProcessImportantAsForegroundForToast() 5715 new TestableToastCallback(), 2000, 0); in testDisallowToastsFromSuspendedPackages() 5739 new TestableToastCallback(), 2000, 0); in testDisallowToastsFromBlockedApps() 5763 new TestableToastCallback(), 2000, 0); in testAlwaysAllowSystemToasts()
|