Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_CHECK_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
DConstants.java129 public static final int ACCESSIBILITY_CHECK_NOTIFICATION_ID = 4; field in Constants
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DAccessibilitySourceService.kt237 Constants.ACCESSIBILITY_CHECK_NOTIFICATION_ID, in sendNotification()
508 return notifications.firstOrNull { it.id == Constants.ACCESSIBILITY_CHECK_NOTIFICATION_ID } in getCurrentNotification()
594 .cancel(notificationTag, Constants.ACCESSIBILITY_CHECK_NOTIFICATION_ID) in cancelNotification()