Home
last modified time | relevance | path

Searched refs:techListExtras (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
DTag.java128 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag() argument
137 mTechExtras = Arrays.copyOf(techListExtras, techList.length); in Tag()
154 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { in createMockTag() argument
156 return new Tag(id, techList, techListExtras, 0, null); in createMockTag()