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

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 47 case ERROR_INVALID_PARAM: return "INVALID_PARAM";
83 public static final int ERROR_INVALID_PARAM = -8;
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 133 case ErrorCodes.ERROR_INVALID_PARAM:
152 case ErrorCodes.ERROR_INVALID_PARAM:
168 case ErrorCodes.ERROR_INVALID_PARAM:
Ndef.java 320 case ErrorCodes.ERROR_INVALID_PARAM:
388 case ErrorCodes.ERROR_INVALID_PARAM:
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 189 milliseconds