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 172 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
196 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
220 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 236 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
260 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
284 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);

Completed in 6179 milliseconds