Searched refs:BidirectionalAsyncChannel (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttServiceTest.java91 private BidirectionalAsyncChannel connectChannel(Handler handler) {
92 BidirectionalAsyncChannel channel = new BidirectionalAsyncChannel();
100 private void sendRangingRequestFailed(BidirectionalAsyncChannel channel, Handler handler,
109 private Message sendRangingRequest(BidirectionalAsyncChannel channel, Handler handler,
123 private void sendEnableResponderSucceed(BidirectionalAsyncChannel channel,
135 private void sendEnableResponderFailed(BidirectionalAsyncChannel channel,
144 private Message sendEnableResponder(BidirectionalAsyncChannel channel, Handler handler,
158 private void sendDisableResponder(BidirectionalAsyncChannel channel, int key, boolean success) {
177 BidirectionalAsyncChannel channe
[all...]
H A DBidirectionalAsyncChannel.java34 public class BidirectionalAsyncChannel { class
35 private static final String TAG = "BidirectionalAsyncChannel";
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java44 import com.android.server.wifi.BidirectionalAsyncChannel;
132 private BidirectionalAsyncChannel connectChannel(Handler handler) {
133 BidirectionalAsyncChannel controlChannel = new BidirectionalAsyncChannel();
186 private static void sendBackgroundScanRequest(BidirectionalAsyncChannel controlChannel,
195 private static void sendSingleScanRequest(BidirectionalAsyncChannel controlChannel,
204 private static void registerScanListener(BidirectionalAsyncChannel controlChannel,
210 private static void deregisterScanListener(BidirectionalAsyncChannel controlChannel,
400 BidirectionalAsyncChannel controlChannel = connectChannel(handler);
411 BidirectionalAsyncChannel controlChanne
[all...]
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannel.java34 public class BidirectionalAsyncChannel { class
35 private static final String TAG = "BidirectionalAsyncChannel";

Completed in 94 milliseconds