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

/frameworks/base/core/java/android/nfc/
H A DTag.java122 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, argument
131 mTechExtras = Arrays.copyOf(techListExtras, techList.length);
148 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { argument
150 return new Tag(id, techList, techListExtras, 0, null);

Completed in 3 milliseconds