Home
last modified time | relevance | path

Searched refs:PHASE_WAIT_FOR_SENSOR_SERVICE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/sensors/
H A DSensorService.java88 if (phase == SystemService.PHASE_WAIT_FOR_SENSOR_SERVICE) { in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java85 public static final int PHASE_WAIT_FOR_SENSOR_SERVICE = 200; field in SystemService
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1623 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_SENSOR_SERVICE); in startOtherServices()