Searched refs:techList (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/nfc/java/android/nfc/ |
D | Tag.java | 130 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag() argument 132 if (techList == null) { in Tag() 136 mTechList = Arrays.copyOf(techList, techList.length); in Tag() 137 mTechStringList = generateTechStringList(techList); in Tag() 139 mTechExtras = Arrays.copyOf(techListExtras, techList.length); in Tag() 160 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras, in createMockTag() argument 163 return new Tag(id, techList, techListExtras, 0, cookie, null); in createMockTag() 166 private String[] generateTechStringList(int[] techList) { in generateTechStringList() argument 167 final int size = techList.length; in generateTechStringList() 170 switch (techList[i]) { in generateTechStringList() [all …]
|
D | TechListParcel.java | 45 String[] techList = mTechLists[i]; in writeToParcel() local 46 dest.writeStringArray(techList); in writeToParcel()
|
D | INfcAdapter.aidl | 67 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler() argument
|