Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pGroup.java116 public WifiP2pGroup(String supplicantEvent) throws IllegalArgumentException { in WifiP2pGroup() argument
118 String[] tokens = supplicantEvent.split(" "); in WifiP2pGroup()
128 Matcher match = groupStartedPattern.matcher(supplicantEvent); in WifiP2pGroup()
DWifiP2pConfig.java167 public WifiP2pConfig(String supplicantEvent) throws IllegalArgumentException { in WifiP2pConfig() argument
168 String[] tokens = supplicantEvent.split(" "); in WifiP2pConfig()