Home
last modified time | relevance | path

Searched refs:PHASE_SYSTEM_SERVICES_READY (Results 1 – 25 of 83) sorted by relevance

1234

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCachedDeviceStateServiceTest.java103 service.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in correctlyReportsScreenInteractive()
126 service.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in correctlyReportsCharging()
155 service.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in correctlyTracksTimeOnBattery()
H A DPinnerServiceTest.java219 pinnerService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in testPinHomeAppOnBootCompleted()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecPowerStatusControllerTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
92 mHdmiControlService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in setUp()
112 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DHdmiControlServiceTvTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
78 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DActiveSourceActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
87 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DArcInitiationActionFromAvrTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
111 hdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DArcTerminationActionFromAvrTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
118 hdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DSetAudioVolumeLevelDiscoveryActionTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
105 mHdmiControlServiceSpy.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DRoutingControlActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
193 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DPowerStatusMonitorActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
108 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DSystemAudioAutoInitiationActionTest.java20 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
108 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DDevicePowerStatusActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
105 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DHdmiEarcLocalDeviceTxTest.java21 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
133 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DDeviceSelectActionFromTvTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
156 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DHdmiCecLocalDeviceTest.java20 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
193 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in SetUp()
H A DDeviceSelectActionFromPlaybackTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
140 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
H A DHdmiCecAtomLoggingTest.java134 mHdmiControlServiceSpy.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DContextHubSystemService.java50 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
H A DSystemService.java96 public static final int PHASE_SYSTEM_SERVICES_READY = 500; field in SystemService
127 PHASE_SYSTEM_SERVICES_READY,
H A DCachedDeviceStateService.java71 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
H A DLooperStatsService.java216 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/
H A DFeatureFlagsService.java72 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/wearable/
H A DWearableSensingManagerService.java90 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java103 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DPowerManagerServiceMockingTest.java279 mService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in testUserActivityOnDeviceStateChange()

1234