Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVoipDetector.java62 private WifiCallingStateListener mWifiCallingStateListener; field in WifiVoipDetector
203 if (mWifiCallingStateListener == null) { in startMonitoring()
204 mWifiCallingStateListener = new WifiCallingStateListener(); in startMonitoring()
212 mHandlerExecutor, mWifiCallingStateListener); in startMonitoring()
231 if (mWifiCallingStateListener != null) { in stopMonitoring()
232 mTelephonyManager.unregisterTelephonyCallback(mWifiCallingStateListener); in stopMonitoring()
233 mWifiCallingStateListener = null; in stopMonitoring()