Searched refs:ACCESSIBILITY_NOTIFICATION_ID (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | AccessibilityPrivacySourceTest.kt | 109 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in setup() 128 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotification() 135 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotificationOnEnable() 138 cancelNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotificationOnEnable() 147 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobSendsNotificationOnEnable() 168 assertNotificationExist(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService() 170 cancelNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService() 173 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobDoesNotSendNotificationInSecondRunForSameService() 202 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithDisabledServiceDoesNotSendNotification() 220 assertEmptyNotification(permissionControllerPackage, ACCESSIBILITY_NOTIFICATION_ID) in testJobWithSafetyCenterDisabledDoesNotSendNotification() [all …]
|