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

/packages/apps/Phone/src/com/android/phone/
H A DNetworkQueryService.java52 public static final int QUERY_OK = 0; field in class:NetworkQueryService
199 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION;

Completed in 35 milliseconds