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

/frameworks/base/core/java/android/nfc/
H A DTag.java118 final INfcTag mTagService; // interface to NFC service, will be null if mock tag field in class:Tag
137 mTagService = tagService;
317 if (mTagService == null) {
321 Tag newTag = mTagService.rediscover(getServiceHandle());
359 return mTagService;
406 // Null mTagService means this is a mock tag
407 int isMock = (mTagService == null)?1:0;
416 dest.writeStrongBinder(mTagService.asBinder());

Completed in 53 milliseconds