Home
last modified time | relevance | path

Searched refs:mRtspTimeout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
DWifiDisplayController.java482 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()
646 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()
658 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()
668 mHandler.removeCallbacks(mRtspTimeout); in updateConnection()
674 mHandler.postDelayed(mRtspTimeout, RTSP_TIMEOUT_SECONDS * 1000); in updateConnection()
758 private final Runnable mRtspTimeout = new Runnable() { field in WifiDisplayController