Searched defs:QUERY_OK (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DNetworkQueryService.java54 public static final int QUERY_OK = 0; field in class:NetworkQueryService
214 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION;

Completed in 96 milliseconds