Searched refs:mWifiCallingStateListener (Results 1 – 1 of 1) sorted by relevance
62 private WifiCallingStateListener mWifiCallingStateListener; field in WifiVoipDetector203 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()