Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemService.java104 public static final int PHASE_DEVICE_SPECIFIC_SERVICES_READY = 520; field in SystemService
131 PHASE_DEVICE_SPECIFIC_SERVICES_READY,
/frameworks/base/services/api/
Dcurrent.txt25 field public static final int PHASE_DEVICE_SPECIFIC_SERVICES_READY = 520; // 0x208
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java423 if (phase == PHASE_DEVICE_SPECIFIC_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/java/com/android/server/
DSystemServer.java2965 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY); in startOtherServices()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2955 } else if (phase == SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY) {