Home
last modified time | relevance | path

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

12

/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()
DPinnerServiceTest.java219 pinnerService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in testPinHomeAppOnBootCompleted()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetService.java41 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/
DContextHubSystemService.java46 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
DBluetoothService.java45 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
DSystemService.java87 public static final int PHASE_SYSTEM_SERVICES_READY = 500; field in SystemService
118 PHASE_SYSTEM_SERVICES_READY,
DCachedDeviceStateService.java71 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
DLooperStatsService.java203 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
DBinderCallsStatsService.java266 if (SystemService.PHASE_SYSTEM_SERVICES_READY == phase) { in onBootPhase()
DPersistentDataBlockService.java177 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
DPinnerService.java226 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pService.java49 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningService.java57 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttService.java50 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareService.java49 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java61 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java64 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/api/
Dcurrent.txt67 field public static final int PHASE_SYSTEM_SERVICES_READY = 500; // 0x1f4
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java54 import static com.android.server.SystemService.PHASE_SYSTEM_SERVICES_READY;
442 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
634 if (mInjector.getBootPhase() < PHASE_SYSTEM_SERVICES_READY) { in postOneTimeCheckIdleStates()
1688 if (mInjector.getBootPhase() < PHASE_SYSTEM_SERVICES_READY) { in updatePowerWhitelistCache()
1948 if (phase == PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
2002 if (mBootPhase < PHASE_SYSTEM_SERVICES_READY) { in isNonIdleWhitelisted()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java140 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java148 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java90 case PHASE_SYSTEM_SERVICES_READY: in onBootPhase()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java366 controller.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in setupController()
991 mController.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in testRestrictedBucketDisabled()
1022 mController.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in testRestrictedBucket_EnabledToDisabled()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java158 mUiManagerService.onBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in setUp()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java134 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()

12