OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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