Searched refs:supplicantEvent (Results 1 – 2 of 2) sorted by relevance
69 public WifiP2pConfig(String supplicantEvent) throws IllegalArgumentException { in WifiP2pConfig() argument70 String[] tokens = supplicantEvent.split(" "); in WifiP2pConfig()
98 public WifiP2pGroup(String supplicantEvent) throws IllegalArgumentException { in WifiP2pGroup() argument100 String[] tokens = supplicantEvent.split(" "); in WifiP2pGroup()110 Matcher match = groupStartedPattern.matcher(supplicantEvent); in WifiP2pGroup()