Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java998 private static final int PROFILE_OFF_NOTIFICATION_NONE = 0; field in DevicePolicyManagerService
21076 return off ? PROFILE_OFF_NOTIFICATION_SUSPENDED : PROFILE_OFF_NOTIFICATION_NONE;
21109 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
21118 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
21269 if (notificationState == PROFILE_OFF_NOTIFICATION_NONE) {