Home
last modified time | relevance | path

Searched refs:mWifiCondBinder (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java96 @Mock private IBinder mWifiCondBinder; field in WificondControlTest
213 when(mWificond.asBinder()).thenReturn(mWifiCondBinder); in setUp()
228 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in setUp()
360 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in testSetupInterfaceForSoftApMode()
455 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in testSetupMulitpleInterfaces()