Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DTag.java124 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag()
150 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { in createMockTag()
155 private String[] generateTechStringList(int[] techList) { in generateTechStringList()
320 String[] techList = getTechList(); in toString() local
DTechListParcel.java45 String[] techList = mTechLists[i]; in writeToParcel() local