Searched refs:RESULT_STRING (Results 1 – 1 of 1) sorted by relevance
1203 private static final String RESULT_STRING = "result="; field in WifiMonitor1209 int resPos = eventStr.indexOf(RESULT_STRING); 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()