OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EeNfcDisabledException
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
EeNfcDisabledException.java
19
public class
EeNfcDisabledException
extends EeIOException {
20
public
EeNfcDisabledException
() {
24
public
EeNfcDisabledException
(String message) {
NfcExecutionEnvironment.java
134
* If it is disabled at the time of this call, an {@link
EeNfcDisabledException
}
160
* @throws
EeNfcDisabledException
if NFC is disabled
216
throw new
EeNfcDisabledException
(b.getString("m"));
Completed in 864 milliseconds