Searched refs:WifiAsyncChannel (Results 1 – 5 of 5) sorted by relevance
31 public class WifiAsyncChannel extends AsyncChannel { class38 public WifiAsyncChannel(String serviceTag) { in WifiAsyncChannel() method in WifiAsyncChannel
49 import com.android.server.wifi.util.WifiAsyncChannel;221 public WifiAsyncChannel makeWifiAsyncChannel(String tag) { in makeWifiAsyncChannel()222 return new WifiAsyncChannel(tag); in makeWifiAsyncChannel()
936 "com.android.server.wifi.util.WifiAsyncChannel",937 "com.android.server.wifi.util.WifiAsyncChannel$*",938 "com.android.server.wifi.util.WifiAsyncChannel.**",
109 import com.android.server.wifi.util.WifiAsyncChannel;177 private AsyncChannel mReplyChannel = new WifiAsyncChannel(TAG);503 ((WifiAsyncChannel) mReplyChannel).setWifiLog(log); in setWifiLogForReplyChannel()1106 AsyncChannel ac = new WifiAsyncChannel(TAG); in processMessage()
99 import com.android.server.wifi.util.WifiAsyncChannel;197 WifiAsyncChannel mWifiAsyncChannel = new WifiAsyncChannel("ScanningServiceTest"); in setUp()