Searched refs:PHASE_BOOT_COMPLETED (Results 1 – 21 of 21) sorted by relevance
131 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration()244 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration2_profileOwnerOnUser0()310 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration3_managedProfileOwner()
227 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in initializeDpms()
90 public static final int PHASE_BOOT_COMPLETED = 1000; field in SystemService
84 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
174 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()
217 case PHASE_BOOT_COMPLETED: in onBootPhase()
149 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
199 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
75 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
118 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
143 return SystemService.PHASE_BOOT_COMPLETED; in getBootPhase()275 controller.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in setupController()
109 if (phase >= PHASE_BOOT_COMPLETED) { in onBootPhase()
1039 mColorDisplayService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in startService()
81 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
45 import static com.android.server.SystemService.PHASE_BOOT_COMPLETED;374 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
169 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
994 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in initService()
599 case SystemService.PHASE_BOOT_COMPLETED: in onBootPhase()
723 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
3363 case SystemService.PHASE_BOOT_COMPLETED: in systemReady()
8063 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()