Searched refs:InterfaceDestroyedListener (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HalDeviceManagerTest.java | 77 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 385 InterfaceDestroyedListener staDestroyedListener = mock( in testCacheMismatchError() 386 InterfaceDestroyedListener.class); in testCacheMismatchError() 388 InterfaceDestroyedListener nanDestroyedListener = mock( in testCacheMismatchError() 389 InterfaceDestroyedListener.class); in testCacheMismatchError() 930 InterfaceDestroyedListener idl = mock( in testCreateApWithStaModeUpTestChipV1() 931 InterfaceDestroyedListener.class); in testCreateApWithStaModeUpTestChipV1() 965 InterfaceDestroyedListener staIdl = mock( in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 966 InterfaceDestroyedListener.class); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 967 InterfaceDestroyedListener apIdl = mock( in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() [all …]
|
D | WifiNativeInterfaceManagementTest.java | 49 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 107 private ArgumentCaptor<InterfaceDestroyedListener> mIfaceDestroyedListenerCaptor0 = 108 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); 109 private ArgumentCaptor<InterfaceDestroyedListener> mIfaceDestroyedListenerCaptor1 = 110 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); 456 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws, in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown() 503 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws) { in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown() 724 public String answer(InterfaceDestroyedListener destroyedListener, WorkSource ws, in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface() 1492 ArgumentCaptor<InterfaceDestroyedListener> destroyedListenerCaptor, in executeAndValidateSetupClientInterface() 1505 String ifaceName, ArgumentCaptor<InterfaceDestroyedListener> destroyedListenerCaptor, in validateSetupClientInterface() [all …]
|
D | WifiVendorHalTest.java | 115 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 675 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testStaInterfaceDestroyedHandling() 676 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); in testStaInterfaceDestroyedHandling() 677 InterfaceDestroyedListener externalLister = mock(InterfaceDestroyedListener.class); in testStaInterfaceDestroyedHandling() 707 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testApInterfaceDestroyedHandling() 708 ArgumentCaptor.forClass(InterfaceDestroyedListener.class); in testApInterfaceDestroyedHandling() 709 InterfaceDestroyedListener externalLister = mock(InterfaceDestroyedListener.class); in testApInterfaceDestroyedHandling()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pNativeInterfaceManagementTest.java | 40 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 66 @Mock private InterfaceDestroyedListener mHalDeviceInterfaceDestroyedListener; 86 when(mHalDeviceManager.createP2pIface(any(InterfaceDestroyedListener.class), in setUp() 116 verify(mHalDeviceManager).createP2pIface(any(InterfaceDestroyedListener.class), in testSetUpInterface() 132 .createP2pIface(any(InterfaceDestroyedListener.class), any(Handler.class), in testSetUpInterfaceWithNoVendorHal()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeManager.java | 49 private InterfaceDestroyedListener mInterfaceDestroyedListener; 143 mInterfaceDestroyedListener = new InterfaceDestroyedListener(); in tryToGetAware() 249 private class InterfaceDestroyedListener implements class in WifiAwareNativeManager 250 HalDeviceManager.InterfaceDestroyedListener {
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 59 HalDeviceManager.InterfaceDestroyedListener { 60 private final HalDeviceManager.InterfaceDestroyedListener mExternalListener; 64 HalDeviceManager.InterfaceDestroyedListener externalListener) { in InterfaceDestroyedListenerInternal() 189 @NonNull HalDeviceManager.InterfaceDestroyedListener destroyedListener, in setupInterface()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 268 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface() 289 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createStaIface() 300 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createApIface() 311 @Nullable InterfaceDestroyedListener destroyedListener, @Nullable Handler handler, in createApIface() 322 @Nullable InterfaceDestroyedListener destroyedListener, in createP2pIface() 331 public IWifiP2pIface createP2pIface(@Nullable InterfaceDestroyedListener destroyedListener, in createP2pIface() 340 public IWifiNanIface createNanIface(@Nullable InterfaceDestroyedListener destroyedListener, in createNanIface() 444 @NonNull InterfaceDestroyedListener destroyedListener, in registerDestroyedListener() 543 public interface InterfaceDestroyedListener { interface in HalDeviceManager 1607 long requiredChipCapabilities, InterfaceDestroyedListener destroyedListener, in createIface() [all …]
|
D | WifiVendorHal.java | 80 import com.android.server.wifi.HalDeviceManager.InterfaceDestroyedListener; 433 private class StaInterfaceDestroyedListenerInternal implements InterfaceDestroyedListener { 434 private final InterfaceDestroyedListener mExternalListener; 436 StaInterfaceDestroyedListenerInternal(InterfaceDestroyedListener externalListener) { in StaInterfaceDestroyedListenerInternal() 458 public String createStaIface(@Nullable InterfaceDestroyedListener destroyedListener, in createStaIface() 534 private class ApInterfaceDestroyedListenerInternal implements InterfaceDestroyedListener { 535 private final InterfaceDestroyedListener mExternalListener; 537 ApInterfaceDestroyedListenerInternal(InterfaceDestroyedListener externalListener) { in ApInterfaceDestroyedListenerInternal() 569 public String createApIface(@Nullable InterfaceDestroyedListener destroyedListener, in createApIface()
|
D | WifiNative.java | 684 implements HalDeviceManager.InterfaceDestroyedListener {
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeManagerTest.java | 65 private ArgumentCaptor<HalDeviceManager.InterfaceDestroyedListener> 67 HalDeviceManager.InterfaceDestroyedListener.class);
|