Searched refs:ERROR_INVALID_PARAM (Results 1 – 3 of 3) sorted by relevance
132 case ErrorCodes.ERROR_INVALID_PARAM: in format()151 case ErrorCodes.ERROR_INVALID_PARAM: in format()167 case ErrorCodes.ERROR_INVALID_PARAM: in format()
321 case ErrorCodes.ERROR_INVALID_PARAM: in writeNdefMessage()389 case ErrorCodes.ERROR_INVALID_PARAM: in makeReadOnly()
47 case ERROR_INVALID_PARAM: return "INVALID_PARAM"; in asString()83 public static final int ERROR_INVALID_PARAM = -8; field in ErrorCodes