Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/
H A DTag.java130 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag()
160 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras, in createMockTag()
166 private String[] generateTechStringList(int[] techList) { in generateTechStringList()
395 String[] techList = getTechList(); in toString() local
H A DTechListParcel.java45 String[] techList = mTechLists[i]; in writeToParcel() local
H A DINfcAdapter.aidl62 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler()