Searched refs:techListExtras (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/nfc/java/android/nfc/ |
D | Tag.java | 130 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag() argument 139 mTechExtras = Arrays.copyOf(techListExtras, techList.length); in Tag() 160 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras, in createMockTag() argument 163 return new Tag(id, techList, techListExtras, 0, cookie, null); in createMockTag()
|