Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java999 private static final int PROFILE_OFF_NOTIFICATION_NONE = 0; field in DevicePolicyManagerService
20931 return off ? PROFILE_OFF_NOTIFICATION_SUSPENDED : PROFILE_OFF_NOTIFICATION_NONE;
20964 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
20973 notificationState = PROFILE_OFF_NOTIFICATION_NONE;
21104 if (notificationState == PROFILE_OFF_NOTIFICATION_NONE) {