Searched refs:mRtspTimeout (Results 1 – 1 of 1) sorted by relevance
588 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()759 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()776 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()786 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()796 mHandler.postDelayed(mRtspTimeout, rtspTimeout * 1000); in updateConnection()928 private final Runnable mRtspTimeout = new Runnable() { field in WifiDisplayController