Searched refs:supplicantEvent (Results 1 – 2 of 2) sorted by relevance
104 public WifiP2pGroup(String supplicantEvent) throws IllegalArgumentException { in WifiP2pGroup() argument106 String[] tokens = supplicantEvent.split(" "); in WifiP2pGroup()116 Matcher match = groupStartedPattern.matcher(supplicantEvent); in WifiP2pGroup()
123 public WifiP2pConfig(String supplicantEvent) throws IllegalArgumentException { in WifiP2pConfig() argument124 String[] tokens = supplicantEvent.split(" "); in WifiP2pConfig()