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