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

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 51 case ERROR_BUFFER_TO_SMALL: return "BUFFER_TO_SMALL";
91 public static final int ERROR_BUFFER_TO_SMALL = -12;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 152 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
176 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
200 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 202 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
226 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
250 case ErrorCodes.ERROR_BUFFER_TO_SMALL:

Completed in 40 milliseconds