OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EeExternalFieldException
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
EeExternalFieldException.java
19
public class
EeExternalFieldException
extends EeIOException {
20
public
EeExternalFieldException
() {
24
public
EeExternalFieldException
(String message) {
NfcExecutionEnvironment.java
150
* such as a payment terminal, an {@link
EeExternalFieldException
} is
163
* @throws
EeExternalFieldException
if the NFCC is in the presence of a remote-powered field
222
throw new
EeExternalFieldException
(b.getString("m"));
Completed in 655 milliseconds