HomeSort by relevance Sort by last modified time
    Searched refs:mWifiChannel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 41 private final AsyncChannel mWifiChannel;
51 mWifiChannel = new AsyncChannel();
54 mWifiChannel.connect(context, handler, wifiMessenger);
162 mWifiChannel.sendMessage(Message.obtain(this,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 117 private AsyncChannel mWifiChannel;
571 mWifiChannel = (AsyncChannel) message.obj;
574 mWifiChannel = null;
584 mWifiChannel = null;
740 mWifiChannel.sendMessage(WifiStateMachine.CMD_DISABLE_P2P_RSP);
    [all...]

Completed in 2611 milliseconds