Searched refs:QUERY_EXCEPTION (Results 1 - 1 of 1) sorted by relevance

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

Completed in 10 milliseconds