OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TagLostException
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/core/java/android/nfc/
TagLostException.java
21
public class
TagLostException
extends IOException {
22
public
TagLostException
() {
26
public
TagLostException
(String message) {
TransceiveResult.java
48
throw new
TagLostException
("Tag was lost.");
/frameworks/base/core/java/android/nfc/tech/
Ndef.java
25
import android.nfc.
TagLostException
;
262
* @throws
TagLostException
if the tag leaves the field
278
throw new
TagLostException
();
300
* @throws
TagLostException
if the tag leaves the field
370
* @throws
TagLostException
if the tag leaves the field
MifareUltralight.java
21
import android.nfc.
TagLostException
;
156
* @throws
TagLostException
if the tag leaves the field
181
* @throws
TagLostException
if the tag leaves the field
NdefFormatable.java
25
import android.nfc.
TagLostException
;
90
* @throws
TagLostException
if the tag leaves the field
112
* @throws
TagLostException
if the tag leaves the field
MifareClassic.java
21
import android.nfc.
TagLostException
;
335
* @throws
TagLostException
if the tag leaves the field
362
* @throws
TagLostException
if the tag leaves the field
398
} catch (
TagLostException
e) {
417
* @throws
TagLostException
if the tag leaves the field
439
* @throws
TagLostException
if the tag leaves the field
468
* @throws
TagLostException
if the tag leaves the field
496
* @throws
TagLostException
if the tag leaves the field
523
* @throws
TagLostException
if the tag leaves the field
545
* @throws
TagLostException
if the tag leaves the fiel
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 222 milliseconds