Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java415 when(mP2pIfaceHalAidlMock.reinvoke(anyInt(), anyString())).thenReturn(true); in testReinvoke()
416 assertTrue(mDut.reinvoke(NETWORK_ID, BSSID)); in testReinvoke()
417 verify(mP2pIfaceHalAidlMock).reinvoke(eq(NETWORK_ID), eq(BSSID)); in testReinvoke()
DSupplicantP2pIfaceHalAidlImplTest.java1210 doNothing().when(mISupplicantP2pIfaceMock).reinvoke(anyInt(), eq(mPeerMacAddressBytes)); in testReinvoke_success()
1212 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1214 assertTrue(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1223 doNothing().when(mISupplicantP2pIfaceMock).reinvoke(anyInt(), eq(mPeerMacAddressBytes)); in testReinvoke_invalidArguments()
1225 assertFalse(mDut.reinvoke(0, address)); in testReinvoke_invalidArguments()
1236 .when(mISupplicantP2pIfaceMock).reinvoke(anyInt(), any(byte[].class)); in testReinvoke_failure()
1237 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_failure()
1249 .reinvoke(anyInt(), any(byte[].class)); in testReinvoke_exception()
1250 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_exception()
DSupplicantP2pIfaceHalHidlImplTest.java1258 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), eq(mPeerMacAddressBytes))) in testReinvoke_success()
1261 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1263 assertTrue(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_success()
1272 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_invalidArguments()
1276 assertFalse(mDut.reinvoke(0, address)); in testReinvoke_invalidArguments()
1286 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_failure()
1288 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_failure()
1299 when(mISupplicantP2pIfaceMock.reinvoke(anyInt(), any(byte[].class))) in testReinvoke_exception()
1301 assertFalse(mDut.reinvoke(0, mPeerMacAddress)); in testReinvoke_exception()
DWifiP2pNativeTest.java800 when(mSupplicantP2pIfaceHalMock.reinvoke(anyInt(), anyString())).thenReturn(true); in testP2pReinvoke()
802 verify(mSupplicantP2pIfaceHalMock).reinvoke(eq(5), eq(TEST_BSSID)); in testP2pReinvoke()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java274 boolean reinvoke(int networkId, String peerAddress); in reinvoke() method
DSupplicantP2pIfaceHal.java511 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHal
517 return mP2pIfaceHal.reinvoke(networkId, peerAddress); in reinvoke()
DWifiP2pNative.java769 return mSupplicantP2pIfaceHal.reinvoke(netId, deviceAddress); in p2pReinvoke()
DSupplicantP2pIfaceHalAidlImpl.java1152 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHalAidlImpl
1170 mISupplicantP2pIface.reinvoke(networkId, macAddress); in reinvoke()
DSupplicantP2pIfaceHalHidlImpl.java1304 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHalHidlImpl
1323 result.setResult(mISupplicantP2pIface.reinvoke(networkId, macAddress)); in reinvoke()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2958 // reinvoke a group.
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz