Searched refs:p2pGetSsid (Results 1 – 4 of 4) sorted by relevance
779 public String p2pGetSsid(String deviceAddress) { in p2pGetSsid() method in WifiP2pNative
6525 String ssid = mWifiNative.p2pGetSsid(dev.deviceAddress); in reinvokePersistentGroup()
811 assertEquals(TEST_NETWORK_NAME, mWifiP2pNative.p2pGetSsid(TEST_BSSID)); in testP2pGetSsid()
3218 when(mWifiNative.p2pGetSsid(eq(mTestWifiP2pDevice.deviceAddress))) in testStartReinvokeConnectionEventWhenSendConnect()7624 when(mWifiNative.p2pGetSsid(any())).thenReturn(null); in testPbcReconnectForUnknownGroupInvitation()7645 when(mWifiNative.p2pGetSsid(any())).thenReturn(null); in testPinReconnectForUnknownGroupInvitation()7824 when(mWifiNative.p2pGetSsid(any())).thenReturn(null); in testFallbackToNegotiationOnInviteStatusCodeInfoUnavailable()7845 when(mWifiNative.p2pGetSsid(eq(mTestWifiP2pDevice.deviceAddress))) in testFallbackToP2pConnectWithWpsProvisioningOnInviteRequestFromAnUnknownNetwork()7856 when(mWifiNative.p2pGetSsid(eq(mTestWifiP2pDevice.deviceAddress))) in testP2pSetupPersistentGroupOnInviteRequestFromAKnownNetwork()7868 when(mWifiNative.p2pGetSsid(any())).thenReturn(null); in testSetListenOnInviteStatusCodeInfoUnavailable()