HomeSort by relevance Sort by last modified time
    Searched full:result_code (Results 26 - 29 of 29) sorted by null

12

  /bionic/libc/dns/net/
gethnamaddr.c 601 int result_code = strtol(buf, NULL, 10); local
602 if (result_code != DnsProxyQueryResult) {
    [all...]
getaddrinfo.c 453 int result_code = (int)strtol(buf, NULL, 10); local
455 if (result_code != DnsProxyQueryResult) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessDownloadedMmsAction.java 72 private static final String KEY_RESULT_CODE = "result_code";
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 237 "android.bluetooth.headsetclient.extra.RESULT_CODE";
    [all...]

Completed in 173 milliseconds

12