Searched refs:InterfaceDestroyedListener (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | HalDeviceManagerTest.java | 62 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 312 InterfaceDestroyedListener staDestroyedListener = mock( in testCacheMismatchError() 313 InterfaceDestroyedListener.class); in testCacheMismatchError() 317 InterfaceDestroyedListener nanDestroyedListener = mock( in testCacheMismatchError() 318 InterfaceDestroyedListener.class); in testCacheMismatchError() 899 InterfaceDestroyedListener idl = mock( in testCreateApWithStaModeUpTestChipV1() 900 InterfaceDestroyedListener.class); in testCreateApWithStaModeUpTestChipV1() 939 InterfaceDestroyedListener staIdl = mock( in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 940 InterfaceDestroyedListener.class); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 943 InterfaceDestroyedListener apIdl = mock( in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() [all …]
|
D | WifiNativeInterfaceManagementTest.java | 52 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 104 private ArgumentCaptor<InterfaceDestroyedListener> mIfaceDestroyedListenerCaptor0 = 105 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); 106 private ArgumentCaptor<InterfaceDestroyedListener> mIfaceDestroyedListenerCaptor1 = 107 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); 428 public String answer(InterfaceDestroyedListener destroyedListener) { in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown() 473 InterfaceDestroyedListener destroyedListener) { in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown() 691 public String answer(InterfaceDestroyedListener destroyedListener) { in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface() 1283 ArgumentCaptor<InterfaceDestroyedListener> destroyedListenerCaptor, in executeAndValidateSetupClientInterface() 1295 String ifaceName, ArgumentCaptor<InterfaceDestroyedListener> destroyedListenerCaptor, in validateSetupClientInterface() [all …]
|
D | WifiVendorHalTest.java | 98 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 589 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testStaInterfaceDestroyedHandling() 590 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); in testStaInterfaceDestroyedHandling() 591 InterfaceDestroyedListener externalLister = mock(InterfaceDestroyedListener.class); in testStaInterfaceDestroyedHandling() 621 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testApInterfaceDestroyedHandling() 622 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); in testApInterfaceDestroyedHandling() 623 InterfaceDestroyedListener externalLister = mock(InterfaceDestroyedListener.class); in testApInterfaceDestroyedHandling()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pNativeInterfaceManagementTest.java | 41 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 66 @Mock private InterfaceDestroyedListener mHalDeviceInterfaceDestroyedListener; 84 when(mHalDeviceManager.createP2pIface(any(InterfaceDestroyedListener.class), in setUp() 133 verify(mHalDeviceManager).createP2pIface(any(InterfaceDestroyedListener.class), in testSetUpInterface() 149 .createP2pIface(any(InterfaceDestroyedListener.class), any(Handler.class)); in testSetUpInterfaceWithNoVendorHal()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeManager.java | 50 private InterfaceDestroyedListener mInterfaceDestroyedListener; 134 mInterfaceDestroyedListener = new InterfaceDestroyedListener(); in tryToGetAware() 212 private class InterfaceDestroyedListener implements class in WifiAwareNativeManager 213 HalDeviceManager.InterfaceDestroyedListener {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 81 HalDeviceManager.InterfaceDestroyedListener { 82 private final HalDeviceManager.InterfaceDestroyedListener mExternalListener; 86 HalDeviceManager.InterfaceDestroyedListener externalListener) { in InterfaceDestroyedListenerInternal() 228 @NonNull HalDeviceManager.InterfaceDestroyedListener destroyedListener, in setupInterface()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 235 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler) { in createStaIface() 243 public IWifiApIface createApIface(@Nullable InterfaceDestroyedListener destroyedListener, in createApIface() 251 public IWifiP2pIface createP2pIface(@Nullable InterfaceDestroyedListener destroyedListener, in createP2pIface() 259 public IWifiNanIface createNanIface(@Nullable InterfaceDestroyedListener destroyedListener, in createNanIface() 311 @NonNull InterfaceDestroyedListener destroyedListener, in registerDestroyedListener() 465 public interface InterfaceDestroyedListener { interface in HalDeviceManager 1378 InterfaceDestroyedListener destroyedListener, Handler handler) { in createIface() 1410 boolean lowPriority, InterfaceDestroyedListener destroyedListener, Handler handler) { in createIfaceIfPossible() 2118 ListenerProxy<InterfaceDestroyedListener> { 2121 InterfaceDestroyedListener destroyedListener, in InterfaceDestroyedListenerProxy()
|
D | WifiVendorHal.java | 66 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 372 private class StaInterfaceDestroyedListenerInternal implements InterfaceDestroyedListener { 373 private final InterfaceDestroyedListener mExternalListener; 375 StaInterfaceDestroyedListenerInternal(InterfaceDestroyedListener externalListener) { in StaInterfaceDestroyedListenerInternal() 399 InterfaceDestroyedListener destroyedListener) { in createStaIface() 453 private class ApInterfaceDestroyedListenerInternal implements InterfaceDestroyedListener { 454 private final InterfaceDestroyedListener mExternalListener; 456 ApInterfaceDestroyedListenerInternal(InterfaceDestroyedListener externalListener) { in ApInterfaceDestroyedListenerInternal() 478 public String createApIface(InterfaceDestroyedListener destroyedListener) { in createApIface()
|
D | WifiNative.java | 528 implements HalDeviceManager.InterfaceDestroyedListener {
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeManagerTest.java | 61 private ArgumentCaptor<HalDeviceManager.InterfaceDestroyedListener> 63 HalDeviceManager.InterfaceDestroyedListener.class);
|