Searched refs:assertNotificationExist (Results 1 – 2 of 2) sorted by relevance
28 import android.permission.cts.CtsNotificationListenerServiceUtils.assertNotificationExist130 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotification()137 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotificationOnEnable()149 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotificationOnEnable()170 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService()255 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testNotificationClickOpenSafetyCenter()
43 fun assertNotificationExist(packageName: String, notificationId: Int) { in <lambda>() method