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

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 49 case ERROR_SOCKET_CREATION: return "SOCKET_CREATION";
87 public static final int ERROR_SOCKET_CREATION = -10;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 137 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
161 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
185 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 195 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
219 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
243 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);

Completed in 367 milliseconds