Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java25 private String[][] mTechLists; field in TechListParcel
28 mTechLists = strings; in TechListParcel()
32 return mTechLists; in getTechLists()
42 int count = mTechLists.length; in writeToParcel()
45 String[] techList = mTechLists[i]; in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37793 Landroid/nfc/TechListParcel;->mTechLists:[[Ljava/lang/String;