Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_PARAM (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
DNdefFormatable.java132 case ErrorCodes.ERROR_INVALID_PARAM: in format()
151 case ErrorCodes.ERROR_INVALID_PARAM: in format()
167 case ErrorCodes.ERROR_INVALID_PARAM: in format()
DNdef.java321 case ErrorCodes.ERROR_INVALID_PARAM: in writeNdefMessage()
389 case ErrorCodes.ERROR_INVALID_PARAM: in makeReadOnly()
/frameworks/base/core/java/android/nfc/
DErrorCodes.java47 case ERROR_INVALID_PARAM: return "INVALID_PARAM"; in asString()
83 public static final int ERROR_INVALID_PARAM = -8; field in ErrorCodes