Searched refs:ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED (Results 1 – 6 of 6) sorted by relevance
159 } else if (WifiP2pManager.ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED.equals(action)) {347 mIntentFilter.addAction(WifiP2pManager.ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED); in onResume()
498 final Intent intent = new Intent(WifiP2pManager.ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED); in p2pPersistentGroupChange_shouldRequestGroupInfo()
338 public static final String ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED = field in WifiP2pManager
3379 Intent intent = new Intent(WifiP2pManager.ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED); in sendP2pPersistentGroupsChangedBroadcast()
1112 …field public static final String ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED = "android.net.wifi.p2p…
797 assertEquals(WifiP2pManager.ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED, intent.getAction()); in checkSendP2pPersistentGroupsChangedBroadcast()