Searched refs:setAppInForegroundForToasts (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 5329 setAppInForegroundForToasts(mUid, true); in testAllowForegroundCustomToasts() 5349 setAppInForegroundForToasts(mUid, false); in testDisallowBackgroundCustomToasts() 5369 setAppInForegroundForToasts(mUid, true); in testDontCallShowToastAgainOnTheSameCustomToast() 5398 setAppInForegroundForToasts(mUid, true); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() 5421 setAppInForegroundForToasts(mUid, true); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() 5435 setAppInForegroundForToasts(mUid, false); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() 5455 setAppInForegroundForToasts(mUid, true); in testAllowForegroundTextToasts() 5475 setAppInForegroundForToasts(mUid, false); in testAllowBackgroundTextToasts() 5495 setAppInForegroundForToasts(mUid, true); in testDontCallShowToastAgainOnTheSameTextToast() 5542 setAppInForegroundForToasts(mUid, true); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() [all …]
|