Searched refs:mSensorServiceStart (Results 1 – 1 of 1) sorted by relevance
327 private Future<?> mSensorServiceStart; field in SystemServer811 mSensorServiceStart = SystemServerInitThreadPool.get().submit(() -> { in startBootstrapServices()1021 ConcurrentUtils.waitForFutureNoInterrupt(mSensorServiceStart, START_SENSOR_SERVICE); in startOtherServices()1022 mSensorServiceStart = null; in startOtherServices()