Searched refs:assertEmptyNotification (Results 1 – 2 of 2) sorted by relevance
28 import android.permission.cts.CtsNotificationListenerServiceUtils.assertEmptyNotification163 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService()190 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithDisabledServiceDoesNotSendNotification()205 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithAccessibilityFeatureDisabledDoesNotSendNotification()222 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithSafetyCenterDisabledDoesNotSendNotification()
30 fun assertEmptyNotification(packageName: String, notificationId: Int) { in <lambda>() method