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;
53 mWifiChannel = new AsyncChannel();
56 mWifiChannel.connect(context, handler, wifiMessenger);
129 mWifiChannel.sendMessage(Message.obtain(this,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 115 private AsyncChannel mWifiChannel;
679 mWifiChannel = (AsyncChannel) message.obj;
682 mWifiChannel = null;
692 mWifiChannel = null;
    [all...]

Completed in 125 milliseconds