Searched refs:mSoftApCallback (Results 1 – 3 of 3) sorted by relevance
18 private WifiManager.SoftApCallback mSoftApCallback = new WifiManager.SoftApCallback() { field in WifiTetherSoftApManager39 mWifiManager.registerSoftApCallback(new HandlerExecutor(mHandler), mSoftApCallback); in registerSoftApCallback()43 mWifiManager.unregisterSoftApCallback(mSoftApCallback); in unRegisterSoftApCallback()
108 private @Nullable ProjectionSoftApCallback mSoftApCallback; field in CarProjectionService611 if (mSoftApCallback == null) { in startTetheredApLocked()612 mSoftApCallback = new ProjectionSoftApCallback(); in startTetheredApLocked()613 mWifiManager.registerSoftApCallback(new HandlerExecutor(mHandler), mSoftApCallback); in startTetheredApLocked()631 if (mSoftApCallback != null) { in stopTetheredApLocked()632 mWifiManager.unregisterSoftApCallback(mSoftApCallback); in stopTetheredApLocked()633 mSoftApCallback = null; in stopTetheredApLocked()806 writer.println("SoftApCallback: " + mSoftApCallback); in dump()