Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java287 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testWrittenMeterDataMatchesReadIncidentReportData()
331 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testWrittenModelDataMatchesReadIncidentReportData()
378 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testWrittenResidencyDataMatchesReadIncidentReportData()
433 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testCorruptOnDeviceMeterStorage()
476 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testCorruptOnDeviceModelStorage()
517 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testCorruptOnDeviceResidencyStorage()
566 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testNotEnoughBytesAfterMeterLengthField()
610 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testNotEnoughBytesAfterModelLengthField()
652 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testNotEnoughBytesAfterResidencyLengthField()
749 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testDataStorageDeletedMeterMismatch()
[all …]
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerService.java54 if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java120 public static final int PHASE_BOOT_COMPLETED = 1000; field in SystemService
130 PHASE_BOOT_COMPLETED
DSensorNotificationService.java82 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
DSystemServiceManager.java249 if (phase == SystemService.PHASE_BOOT_COMPLETED) { in startBootPhase()
260 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()
DNetworkScoreService.java145 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecAtomLoggingTest.java18 import static com.android.server.SystemService.PHASE_BOOT_COMPLETED;
192 mHdmiControlServiceSpy.onBootPhase(PHASE_BOOT_COMPLETED); in testMessageReported_calledWithUid()
DHdmiControlServiceTest.java22 import static com.android.server.SystemService.PHASE_BOOT_COMPLETED;
290 mHdmiControlServiceSpy.onBootPhase(PHASE_BOOT_COMPLETED); in powerStatusAfterBootComplete_normalBoot_isOn()
298 mHdmiControlServiceSpy.onBootPhase(PHASE_BOOT_COMPLETED); in powerStatusAfterBootComplete_quiescentBoot_isStandby()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java168 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration()
282 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration2_profileOwnerOnUser0()
351 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in testMigration3_managedProfileOwner()
513 dpms.systemReady(SystemService.PHASE_BOOT_COMPLETED); in bootDpmsUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java326 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in startSystem()
599 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testWasDeviceIdleFor_true()
610 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testWasDeviceIdleFor_false()
619 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testForceSuspend_putsDeviceToSleep()
665 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testForceSuspend_pakeLocksDisabled()
1043 mService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in testQuiescentBoot_WakeKeyBeforeBootCompleted_AwakeAfterBootCompleted()
/frameworks/base/services/api/
Dcurrent.txt24 field public static final int PHASE_BOOT_COMPLETED = 1000; // 0x3e8
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java121 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/profcollect/src/com/android/server/profcollect/
DProfcollectForwardingService.java95 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/powerstats/
DPowerStatsService.java193 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java401 case SystemService.PHASE_BOOT_COMPLETED: in onBootPhase()
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java113 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java92 case PHASE_BOOT_COMPLETED: in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
DAppHibernationServiceTest.java139 mAppHibernationService.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in setUp()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbService.java110 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DIorapForwardingService.java206 if (phase == PHASE_BOOT_COMPLETED) {
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java54 import static com.android.server.SystemService.PHASE_BOOT_COMPLETED;
537 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
2053 } else if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java488 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java257 } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1240 mCds.onBootPhase(SystemService.PHASE_BOOT_COMPLETED); in startService()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java543 if (phase == PHASE_BOOT_COMPLETED) { in onBootPhase()

12