HomeSort by relevance Sort by last modified time
    Searched refs:mRemoteException (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java 50 RemoteException mRemoteException;
62 mRemoteException = new RemoteException("Test Remote Exception");
124 doThrow(mRemoteException).when(mAppBinder)
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 79 RemoteException mRemoteException;
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 59 milliseconds