Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7249 setAppInForegroundForToasts(mUid, true); in testAllowForegroundCustomToasts()
7269 setAppInForegroundForToasts(mUid, false); in testDisallowBackgroundCustomToasts()
7289 setAppInForegroundForToasts(mUid, true); in testDontCallShowToastAgainOnTheSameCustomToast()
7319 setAppInForegroundForToasts(mUid, true); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground()
7343 setAppInForegroundForToasts(mUid, true); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground()
7357 setAppInForegroundForToasts(mUid, false); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground()
7378 setAppInForegroundForToasts(mUid, true); in testAllowForegroundTextToasts()
7398 setAppInForegroundForToasts(mUid, false); in testAllowBackgroundTextToasts()
7418 setAppInForegroundForToasts(mUid, true); in testDontCallShowToastAgainOnTheSameTextToast()
7467 setAppInForegroundForToasts(mUid, true); in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground()
[all …]