Searched refs:mRtspTimeout (Results 1 – 1 of 1) sorted by relevance
576 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()747 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()764 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()774 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()784 mHandler.postDelayed(mRtspTimeout, rtspTimeout * 1000); in updateConnection()909 private final Runnable mRtspTimeout = new Runnable() { field in WifiDisplayController