Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java101 public static final int PHASE_DEVICE_SPECIFIC_SERVICES_READY = 520; field in SystemService
128 PHASE_DEVICE_SPECIFIC_SERVICES_READY,
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt25 field public static final int PHASE_DEVICE_SPECIFIC_SERVICES_READY = 520; // 0x208
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPermissionPolicyService.java412 if (phase == PHASE_DEVICE_SPECIFIC_SERVICES_READY) { in onBootPhase()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java2851 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY); in startOtherServices()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2785 } else if (phase == SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY) {