Home
last modified time | relevance | path

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

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