Searched refs:mRtspTimeout (Results 1 – 1 of 1) sorted by relevance
575 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()746 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()763 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()773 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()783 mHandler.postDelayed(mRtspTimeout, rtspTimeout * 1000); in updateConnection()908 private final Runnable mRtspTimeout = new Runnable() { field in WifiDisplayController