Home
last modified time | relevance | path

Searched refs:SAFETY_LABEL_CHANGES_NOTIFICATION_ID (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DSafetyLabelChangesJobServiceTest.kt193 getNotification(permissionControllerPackageName, SAFETY_LABEL_CHANGES_NOTIFICATION_ID) in runNotificationJob_whenLocationSharingUpdatesForLocationGrantedApps_showsNotification()
497 private const val SAFETY_LABEL_CHANGES_NOTIFICATION_ID = 5 constant
533 SAFETY_LABEL_CHANGES_NOTIFICATION_ID, in getNotification()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/
DConstants.java135 public static final int SAFETY_LABEL_CHANGES_NOTIFICATION_ID = 5; field in Constants
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/
DSafetyLabelChangesJobService.kt51 import com.android.permissioncontroller.Constants.SAFETY_LABEL_CHANGES_NOTIFICATION_ID in <lambda>()
571 SAFETY_LABEL_CHANGES_NOTIFICATION_ID, in <lambda>()
585 notificationManager.cancel(SAFETY_LABEL_CHANGES_NOTIFICATION_ID) in <lambda>()