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