HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_SOCKET_CREATION (Results 1 - 2 of 2) 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 223 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
247 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
271 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);

Completed in 99 milliseconds