Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java320 private static final String START_SENSOR_SERVICE = "StartSensorService"; field in SystemServer
814 traceLog.traceBegin(START_SENSOR_SERVICE); in startBootstrapServices()
817 }, START_SENSOR_SERVICE); in startBootstrapServices()
1021 ConcurrentUtils.waitForFutureNoInterrupt(mSensorServiceStart, START_SENSOR_SERVICE); in startOtherServices()