Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DErrorCodes.java51 case ERROR_BUFFER_TO_SMALL: return "BUFFER_TO_SMALL"; in asString()
91 public static final int ERROR_BUFFER_TO_SMALL = -12; field in ErrorCodes