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()
192 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in initializeDpms()
83 public static final int PHASE_BOOT_COMPLETED = 1000; field in SystemService
84 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
171 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()
207 case PHASE_BOOT_COMPLETED: in onBootPhase()
185 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
68 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
118 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
160 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testDemoUserSetup()
164 if (phase >= PHASE_BOOT_COMPLETED) { in onBootPhase()
946 mNightDisplayService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in startService()
76 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
591 case PHASE_BOOT_COMPLETED: in onBootPhase()
162 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
273 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
951 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in initService()
580 case SystemService.PHASE_BOOT_COMPLETED: in onBootPhase()
696 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
2995 case SystemService.PHASE_BOOT_COMPLETED: in systemReady()
7155 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()