Searched refs:mMeasurementTimeout (Results 1 – 1 of 1) sorted by relevance
178 mHandler.removeCallbacks(mMeasurementTimeout); in stop()205 Message measurementTimeoutMsg = Message.obtain(mHandler, mMeasurementTimeout); in startOrientationMeasurementLocked()216 mHandler.removeCallbacks(mMeasurementTimeout); in stopOrientationMeasurementLocked()333 private final Runnable mMeasurementTimeout = new Runnable() { field in AnyMotionDetector