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

  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
EeListenModeException.java 19 public class EeListenModeException extends EeIOException {
20 public EeListenModeException() {
24 public EeListenModeException(String message) {
NfcExecutionEnvironment.java 147 * {@link EeListenModeException} is thrown.
162 * @throws EeListenModeException if the NFCC or Secure Element is activated in listen mode
224 throw new EeListenModeException(b.getString("m"));

Completed in 23 milliseconds