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

  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
EeAlreadyOpenException.java 19 public class EeAlreadyOpenException extends EeIOException {
20 public EeAlreadyOpenException() {
24 public EeAlreadyOpenException(String message) {
NfcExecutionEnvironment.java 139 * either by this process or by a different process, an {@link EeAlreadyOpenException}
159 * @throws EeAlreadyOpenException if the NFC-EE is already open
226 throw new EeAlreadyOpenException(b.getString("m"));

Completed in 707 milliseconds