Home
last modified time | relevance | path

Searched refs:techIntList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/nfc/java/android/nfc/
DTag.java212 int[] techIntList = new int[techStringList.length]; in getTechCodesFromStrings() local
221 techIntList[i] = code.intValue(); in getTechCodesFromStrings()
223 return techIntList; in getTechCodesFromStrings()