HomeSort by relevance Sort by last modified time
    Searched refs:QUERY_OK (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 54 public static final int QUERY_OK = 0;
209 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION;
NetworkSetting.java 454 if (status != NetworkQueryService.QUERY_OK) {

Completed in 2511 milliseconds