Searched defs:tagService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DTag.java127 INfcTag tagService) {
137 mTagService = tagService;
153 // set serviceHandle to 0 and tagService to null to indicate mock tag
424 INfcTag tagService;
434 tagService = INfcTag.Stub.asInterface(in.readStrongBinder());
437 tagService = null;
440 return new Tag(id, techList, techExtras, serviceHandle, tagService);
126 Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, INfcTag tagService) argument

Completed in 33 milliseconds