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