/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalTest.java | 415 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()
|
D | SupplicantP2pIfaceHalAidlImplTest.java | 1210 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()
|
D | SupplicantP2pIfaceHalHidlImplTest.java | 1258 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()
|
D | WifiP2pNativeTest.java | 800 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/ |
D | ISupplicantP2pIfaceHal.java | 274 boolean reinvoke(int networkId, String peerAddress); in reinvoke() method
|
D | SupplicantP2pIfaceHal.java | 511 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHal 517 return mP2pIfaceHal.reinvoke(networkId, peerAddress); in reinvoke()
|
D | WifiP2pNative.java | 769 return mSupplicantP2pIfaceHal.reinvoke(netId, deviceAddress); in p2pReinvoke()
|
D | SupplicantP2pIfaceHalAidlImpl.java | 1152 public boolean reinvoke(int networkId, String peerAddress) { in reinvoke() method in SupplicantP2pIfaceHalAidlImpl 1170 mISupplicantP2pIface.reinvoke(networkId, macAddress); in reinvoke()
|
D | SupplicantP2pIfaceHalHidlImpl.java | 1304 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/ |
D | metrics.proto | 2958 // reinvoke a group.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|