Home
last modified time | relevance | path

Searched refs:EeExternalFieldException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DEeExternalFieldException.java19 public class EeExternalFieldException extends EeIOException { class
20 public EeExternalFieldException() { in EeExternalFieldException() method in EeExternalFieldException
24 public EeExternalFieldException(String message) { in EeExternalFieldException() method in EeExternalFieldException
DNfcExecutionEnvironment.java222 throw new EeExternalFieldException(b.getString("m")); in throwBundle()