Searched refs:reinvoke (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalTest.java | 1208 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()
|
D | WifiP2pNativeTest.java | 474 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/ |
D | WifiP2pNative.java | 659 return mSupplicantP2pIfaceHal.reinvoke(netId, deviceAddress); in p2pReinvoke()
|
D | SupplicantP2pIfaceHal.java | 1126 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/ |
D | wifi.proto | 2271 // reinvoke a group.
|