Searched refs:mWifiCondBinder (Results 1 – 1 of 1) sorted by relevance
97 @Mock private IBinder mWifiCondBinder; field in WificondControlTest214 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()