Searched refs:p2pReinvoke (Results 1 – 4 of 4) sorted by relevance
768 public boolean p2pReinvoke(int netId, String deviceAddress) { in p2pReinvoke() method in WifiP2pNative
6566 if (mWifiNative.p2pReinvoke(netId, dev.deviceAddress)) { in reinvokePersistentGroup()
801 assertTrue(mWifiP2pNative.p2pReinvoke(5, TEST_BSSID)); in testP2pReinvoke()
7623 when(mWifiNative.p2pReinvoke(anyInt(), any())).thenReturn(true); in testPbcReconnectForUnknownGroupInvitation()7644 when(mWifiNative.p2pReinvoke(anyInt(), any())).thenReturn(true); in testPinReconnectForUnknownGroupInvitation()7823 when(mWifiNative.p2pReinvoke(anyInt(), any())).thenReturn(true); in testFallbackToNegotiationOnInviteStatusCodeInfoUnavailable()7867 when(mWifiNative.p2pReinvoke(anyInt(), any())).thenReturn(true); in testSetListenOnInviteStatusCodeInfoUnavailable()