Searched refs:setIfPackageHasPermissionToAvoidToastRateLimiting (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7240 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testAllowForegroundCustomToasts() 7263 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testDisallowBackgroundCustomToasts() 7283 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testDontCallShowToastAgainOnTheSameCustomToast() 7313 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() 7337 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() 7372 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testAllowForegroundTextToasts() 7392 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testAllowBackgroundTextToasts() 7412 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testDontCallShowToastAgainOnTheSameTextToast() 7443 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, false); in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() 7488 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackage, true); in testTextToastRateLimiterAllowsLimitAvoidanceWithPermission() [all …]
|