Searched refs:resPos (Results 1 – 1 of 1) sorted by relevance
1247 int resPos = eventStr.indexOf(RESULT_STRING); in handleAnqpResult() local1248 if (addrPos < 0 || resPos < 0) { in handleAnqpResult()1255 int eoresult = eventStr.indexOf(' ', resPos + RESULT_STRING.length()); in handleAnqpResult()1263 resPos + RESULT_STRING.length(), eoresult).equalsIgnoreCase("success") ? 1 : 0; in handleAnqpResult()