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