HomeSort by relevance Sort by last modified time
    Searched defs:ERROR_INVALID_PARAM (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 47 case ERROR_INVALID_PARAM: return "INVALID_PARAM";
82 public static final int ERROR_INVALID_PARAM = -8;
  /packages/apps/Nfc/src/com/android/nfc/
ErrorCodes.java 52 public static final int ERROR_INVALID_PARAM = -8;

Completed in 261 milliseconds