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.java327 private static final String START_SENSOR_SERVICE = "StartSensorService"; field in SystemServer
848 traceLog.traceBegin(START_SENSOR_SERVICE); in startBootstrapServices()
851 }, START_SENSOR_SERVICE); in startBootstrapServices()
1055 ConcurrentUtils.waitForFutureNoInterrupt(mSensorServiceStart, START_SENSOR_SERVICE); in startOtherServices()