Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java724 private static final int PROFILE_OFF_NOTIFICATION_NONE = 0; field in DevicePolicyManagerService
16911 return unlocked ? PROFILE_OFF_NOTIFICATION_NONE : PROFILE_OFF_NOTIFICATION_SUSPENDED;
16944 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
16953 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
17015 if (notificationState == PROFILE_OFF_NOTIFICATION_NONE) {