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

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

Completed in 44 milliseconds