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 168 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
192 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
216 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 232 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
256 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
280 case ErrorCodes.ERROR_BUFFER_TO_SMALL:

Completed in 141 milliseconds