Searched refs:requestPersistentGroupInfo (Results 1 – 8 of 8) sorted by relevance
138 RequiresPermission: android.net.wifi.p2p.WifiP2pManager#requestPersistentGroupInfo(android.net.wifi…139 …Method 'requestPersistentGroupInfo' documentation mentions permissions already declared by @Requir…
158 RequiresPermission: android.net.wifi.p2p.WifiP2pManager#requestPersistentGroupInfo(android.net.wifi…159 …Method 'requestPersistentGroupInfo' documentation mentions permissions already declared by @Requir…
1646 …ermission.ACCESS_FINE_LOCATION}, conditional=true) public void requestPersistentGroupInfo(@NonNull…
268 verify(mWifiP2pManager).requestPersistentGroupInfo(eq(mWifiP2pChannel), any()); in testP2pListSavedGroup()
293 mWifiP2pManager.requestPersistentGroupInfo(sWifiP2pChannel, in handleCommand()
534 verify(mWifiP2pManager, times(1)).requestPersistentGroupInfo(any(), any()); in p2pPersistentGroupChange_shouldRequestGroupInfo()
167 mWifiP2pManager.requestPersistentGroupInfo(sChannel, WifiP2pSettings.this);
3015 public void requestPersistentGroupInfo(@NonNull Channel channel, in requestPersistentGroupInfo() method in WifiP2pManager