Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java23 public class TechListParcel implements Parcelable { class
27 public TechListParcel(String[]... strings) { in TechListParcel() method in TechListParcel
50 … static final @android.annotation.NonNull Creator<TechListParcel> CREATOR = new Creator<TechListPa…
52 public TechListParcel createFromParcel(Parcel source) {
58 return new TechListParcel(techLists);
62 public TechListParcel[] newArray(int size) {
63 return new TechListParcel[size];
H A DINfcAdapter.aidl24 import android.nfc.TechListParcel;
56 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch()
H A DTechListParcel.aidl19 parcelable TechListParcel;
H A DNfcAdapter.java1590 TechListParcel parcel = null; in enableForegroundDispatch()
1592 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java58 import android.nfc.TechListParcel;
1249 IntentFilter[] filters, TechListParcel techListsParcel) { in setForegroundDispatch()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5290 android.nfc.TechListParcel$1
5291 android.nfc.TechListParcel
H A Dboot-image-profile.txt28610 Landroid/nfc/TechListParcel$1;
28611 Landroid/nfc/TechListParcel;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5288 android.nfc.TechListParcel$1
5289 android.nfc.TechListParcel
H A Dboot-image-profile.txt38247 Landroid/nfc/TechListParcel$1;
38248 Landroid/nfc/TechListParcel;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37322 …ndDispatch(Landroid/app/PendingIntent;[Landroid/content/IntentFilter;Landroid/nfc/TechListParcel;)V
37372 …ndDispatch(Landroid/app/PendingIntent;[Landroid/content/IntentFilter;Landroid/nfc/TechListParcel;)V
37791 Landroid/nfc/TechListParcel;->CREATOR:Landroid/os/Parcelable$Creator;
37792 Landroid/nfc/TechListParcel;->getTechLists()[[Ljava/lang/String;
37793 Landroid/nfc/TechListParcel;->mTechLists:[[Ljava/lang/String;