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

/frameworks/base/core/java/android/nfc/
H A DTag.java126 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, argument
136 mServiceHandle = serviceHandle;
153 // set serviceHandle to 0 and tagService to null to indicate mock tag
431 int serviceHandle = in.readInt();
440 return new Tag(id, techList, techExtras, serviceHandle, tagService);

Completed in 68 milliseconds