Searched defs:mRemoteException (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfoTest.java50 RemoteException mRemoteException; field in class:LocalOnlyHotspotRequestInfoTest
62 mRemoteException = new RemoteException("Test Remote Exception");
124 doThrow(mRemoteException).when(mAppBinder)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java79 RemoteException mRemoteException; field in class:SupplicantP2pIfaceHalTest
168 mRemoteException = new RemoteException("Test Remote Exception");
309 when(mISupplicantP2pIfaceMock.find(anyInt())).thenThrow(mRemoteException);
346 when(mISupplicantP2pIfaceMock.stopFind()).thenThrow(mRemoteException);
383 when(mISupplicantP2pIfaceMock.flush()).thenThrow(mRemoteException);
420 when(mISupplicantP2pIfaceMock.flushServices()).thenThrow(mRemoteException);
460 .thenThrow(mRemoteException);
501 .thenThrow(mRemoteException);
545 .thenThrow(mRemoteException);
684 doThrow(mRemoteException)
[all...]

Completed in 48 milliseconds