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