Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java1323 Matcher matchUmts = mRequestUmtsAuthPattern.matcher(requestName); in handleRequests() local
1332 } else if (matchUmts.find()) { in handleRequests()
1333 data.networkId = Integer.parseInt(matchUmts.group(1)); in handleRequests()
1335 data.ssid = matchUmts.group(4); in handleRequests()
1337 data.data[0] = matchUmts.group(2); in handleRequests()
1338 data.data[1] = matchUmts.group(3); in handleRequests()