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

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 47 case ERROR_INVALID_PARAM: return "INVALID_PARAM";
82 public static final int ERROR_INVALID_PARAM = -8;
  /packages/apps/Nfc/src/com/android/nfc/
ErrorCodes.java 52 public static final int ERROR_INVALID_PARAM = -8;
NfcService.java 694 return ErrorCodes.ERROR_INVALID_PARAM;
702 return ErrorCodes.ERROR_INVALID_PARAM;
716 return ErrorCodes.ERROR_INVALID_PARAM;
730 return ErrorCodes.ERROR_INVALID_PARAM;
744 return ErrorCodes.ERROR_INVALID_PARAM;
804 return ErrorCodes.ERROR_INVALID_PARAM;
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 133 case ErrorCodes.ERROR_INVALID_PARAM:
147 case ErrorCodes.ERROR_INVALID_PARAM:
164 case ErrorCodes.ERROR_INVALID_PARAM:
Ndef.java 270 case ErrorCodes.ERROR_INVALID_PARAM:
314 case ErrorCodes.ERROR_INVALID_PARAM:
374 case ErrorCodes.ERROR_INVALID_PARAM:

Completed in 327 milliseconds