Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMonitor.java1209 int resPos = eventStr.indexOf(RESULT_STRING); in handleAnqpResult() local
1210 if (addrPos < 0 || resPos < 0) { in handleAnqpResult()
1217 int eoresult = eventStr.indexOf(' ', resPos + RESULT_STRING.length()); in handleAnqpResult()
1225 resPos + RESULT_STRING.length(), eoresult).equalsIgnoreCase("success") ? 1 : 0; in handleAnqpResult()