Searched refs:supplicantEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pConfig.java69 public WifiP2pConfig(String supplicantEvent) throws IllegalArgumentException { argument
70 String[] tokens = supplicantEvent.split(" ");
H A DWifiP2pGroup.java82 * @param supplicantEvent formats supported include
98 public WifiP2pGroup(String supplicantEvent) throws IllegalArgumentException { argument
100 String[] tokens = supplicantEvent.split(" ");
110 Matcher match = groupStartedPattern.matcher(supplicantEvent);

Completed in 8 milliseconds