Home
last modified time | relevance | path

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

1234

/frameworks/base/services/tests/servicestests/src/com/android/server/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecPowerStatusControllerTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
99 mHdmiControlService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in setUp()
120 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DActiveSourceActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
96 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DHdmiControlServiceTvTest.java21 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
83 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DArcInitiationActionFromAvrTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
118 hdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DArcTerminationActionFromAvrTest.java18 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
125 hdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DSetAudioVolumeLevelDiscoveryActionTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
109 mHdmiControlServiceSpy.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DResendCecCommandActionTvTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
99 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DRoutingControlActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
206 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DPowerStatusMonitorActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
117 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DSystemAudioAutoInitiationActionTest.java20 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
117 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DHdmiEarcLocalDeviceTxTest.java21 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
133 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DDevicePowerStatusActionTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
114 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DResendCecCommandActionPlaybackTest.java19 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
97 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DDeviceSelectActionFromTvTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
169 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
DHdmiCecLocalDeviceTest.java20 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
201 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in SetUp()
DDeviceSelectActionFromPlaybackTest.java23 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
153 mHdmiControlService.onBootPhase(PHASE_SYSTEM_SERVICES_READY); in setUp()
/frameworks/base/services/fakes/java/com/android/server/example/
DRedManagerService.java48 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/
DContextHubSystemService.java50 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
DSystemService.java99 public static final int PHASE_SYSTEM_SERVICES_READY = 500; field in SystemService
130 PHASE_SYSTEM_SERVICES_READY,
DCachedDeviceStateService.java71 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
DLooperStatsService.java216 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
/frameworks/base/services/flags/java/com/android/server/flags/
DFeatureFlagsService.java72 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodSystemServer.java80 sServiceManager.startBootPhase(sTimings, SystemService.PHASE_SYSTEM_SERVICES_READY); in init()
/frameworks/base/services/core/java/com/android/server/adaptiveauth/
DAdaptiveAuthService.java107 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()

1234