Searched refs:mWifiChannel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DWifiSignalController.java43 private final AsyncChannel mWifiChannel; field in class:WifiSignalController
61 mWifiChannel = new AsyncChannel();
64 mWifiChannel.connect(context, handler, wifiMessenger);
145 mWifiChannel.sendMessage(Message.obtain(this,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java121 private AsyncChannel mWifiChannel; field in class:WifiP2pServiceImpl
811 mWifiChannel = (AsyncChannel) message.obj;
814 mWifiChannel = null;
825 mWifiChannel = null;
981 if (mWifiChannel != null) {
982 mWifiChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_RSP);
1139 if (mWifiChannel != null) {
1140 mWifiChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_RSP);
2126 if (mWifiChannel != null) {
2127 mWifiChannel
[all...]

Completed in 46 milliseconds