Home
last modified time | relevance | path

Searched refs:reinvoke (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java1208 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), eq(mPeerMacAddressBytes))) in testReinvoke_success()
1211 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1213 assertTrue(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1222 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_invalidArguments()
1226 assertFalse(mDut.reinvoke(0, address)); in testReinvoke_invalidArguments()
1236 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_failure()
1238 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_failure()
1249 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_exception()
1251 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_exception()
DWifiP2pNativeTest.java474 when(mSupplicantP2pIfaceHalMock.reinvoke(anyInt(), anyString())).thenReturn(true); in testP2pReinvoke()
476 verify(mSupplicantP2pIfaceHalMock).reinvoke(eq(5), eq(TEST_BSSID)); in testP2pReinvoke()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java659 return mSupplicantP2pIfaceHal.reinvoke(netId, deviceAddress); in p2pReinvoke()
DSupplicantP2pIfaceHal.java1126 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHal
1145 result.setResult(mISupplicantP2pIface.reinvoke(networkId, macAddress)); in reinvoke()
/frameworks/base/proto/src/
Dwifi.proto2271 // reinvoke a group.