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.java97 @Mock private IBinder mWifiCondBinder; field in WificondControlTest
214 when(mWificond.asBinder()).thenReturn(mWifiCondBinder); in setUp()
229 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in setUp()
361 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in testSetupInterfaceForSoftApMode()
456 verify(mWifiCondBinder).linkToDeath(any(IBinder.DeathRecipient.class), anyInt()); in testSetupMulitpleInterfaces()