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

  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 52 public static final int QUERY_OK = 0;
199 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION;
NetworkSetting.java 397 if (status != NetworkQueryService.QUERY_OK) {

Completed in 40 milliseconds