Searched refs:assertEmptyNotification (Results 1 – 2 of 2) sorted by relevance
27 import android.permission.cts.CtsNotificationListenerServiceUtils.assertEmptyNotification109 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in setup()173 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService()202 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithDisabledServiceDoesNotSendNotification()220 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithSafetyCenterDisabledDoesNotSendNotification()
30 fun assertEmptyNotification(packageName: String, notificationId: Int) { in <lambda>() method