Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java131 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()
DDevicePolicyManagerTest.java227 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in initializeDpms()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java90 public static final int PHASE_BOOT_COMPLETED = 1000; field in SystemService
DSensorNotificationService.java84 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
DSystemServiceManager.java174 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()
DDropBoxManagerService.java217 case PHASE_BOOT_COMPLETED: in onBootPhase()
DNetworkScoreService.java149 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
DStorageManagerService.java199 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareService.java75 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java118 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java143 return SystemService.PHASE_BOOT_COMPLETED; in getBootPhase()
275 controller.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in setupController()
/frameworks/base/services/core/java/com/android/server/display/
DColorDisplayService.java109 if (phase >= PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DColorDisplayServiceTest.java1039 mColorDisplayService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in startService()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java81 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java45 import static com.android.server.SystemService.PHASE_BOOT_COMPLETED;
374 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java169 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java994 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in initService()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java599 case SystemService.PHASE_BOOT_COMPLETED: in onBootPhase()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java723 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java3363 case SystemService.PHASE_BOOT_COMPLETED: in systemReady()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java8063 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()