Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DTag.java129 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag()
155 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { in createMockTag()