Searched refs:TechListParcel (Results 1 – 10 of 10) sorted by relevance
23 public class TechListParcel implements Parcelable { class27 public TechListParcel(String[]... strings) { in TechListParcel() method in TechListParcel50 … 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];
24 import android.nfc.TechListParcel;56 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch()
19 parcelable TechListParcel;
1590 TechListParcel parcel = null; in enableForegroundDispatch()1592 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
58 import android.nfc.TechListParcel;1249 IntentFilter[] filters, TechListParcel techListsParcel) { in setForegroundDispatch()
5290 android.nfc.TechListParcel$15291 android.nfc.TechListParcel
28610 Landroid/nfc/TechListParcel$1;28611 Landroid/nfc/TechListParcel;
5288 android.nfc.TechListParcel$15289 android.nfc.TechListParcel
38247 Landroid/nfc/TechListParcel$1;38248 Landroid/nfc/TechListParcel;
37322 …ndDispatch(Landroid/app/PendingIntent;[Landroid/content/IntentFilter;Landroid/nfc/TechListParcel;)V37372 …ndDispatch(Landroid/app/PendingIntent;[Landroid/content/IntentFilter;Landroid/nfc/TechListParcel;)V37791 Landroid/nfc/TechListParcel;->CREATOR:Landroid/os/Parcelable$Creator;37792 Landroid/nfc/TechListParcel;->getTechLists()[[Ljava/lang/String;37793 Landroid/nfc/TechListParcel;->mTechLists:[[Ljava/lang/String;