Searched refs:WifiAsyncChannel (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiService.java23 import com.android.server.wifi.util.WifiAsyncChannel;
32 mImpl = new WifiServiceImpl(context, new WifiInjector(context), new WifiAsyncChannel(TAG));
H A DFrameworkFacade.java39 import com.android.server.wifi.util.WifiAsyncChannel;
175 * Create a new instance of WifiAsyncChannel
177 * @return WifiAsyncChannel object created
179 public WifiAsyncChannel makeWifiAsyncChannel(String tag) {
180 return new WifiAsyncChannel(tag);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DWifiAsyncChannel.java31 public class WifiAsyncChannel extends AsyncChannel { class in inherits:AsyncChannel
32 private static final String LOG_TAG = "WifiAsyncChannel";
38 public WifiAsyncChannel(String serviceTag) { method in class:WifiAsyncChannel
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java101 import com.android.server.wifi.util.WifiAsyncChannel;
211 private WifiAsyncChannel mChannel;
226 mChannel = new WifiAsyncChannel(TAG);
294 WifiAsyncChannel wifiAsyncChannel = new WifiAsyncChannel("WifiServiceImplTest");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java84 import com.android.server.wifi.util.WifiAsyncChannel;
120 private AsyncChannel mReplyChannel = new WifiAsyncChannel(TAG);
830 AsyncChannel ac = new WifiAsyncChannel(TAG);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java86 import com.android.server.wifi.util.WifiAsyncChannel;
151 WifiAsyncChannel mWifiAsyncChannel = new WifiAsyncChannel("ScanningServiceTest");

Completed in 101 milliseconds