Searched refs:NfcFServiceInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.aidl19 parcelable NfcFServiceInfo;
H A DNfcFServiceInfo.java44 public final class NfcFServiceInfo implements Parcelable { class in inherits:Parcelable
45 static final String TAG = "NfcFServiceInfo";
85 public NfcFServiceInfo(ResolveInfo info, String description, method in class:NfcFServiceInfo
97 public NfcFServiceInfo(PackageManager pm, ResolveInfo info) method in class:NfcFServiceInfo
232 if (!(o instanceof NfcFServiceInfo)) return false;
233 NfcFServiceInfo thatService = (NfcFServiceInfo) o;
269 public static final Parcelable.Creator<NfcFServiceInfo> CREATOR =
270 new Parcelable.Creator<NfcFServiceInfo>() {
272 public NfcFServiceInfo createFromParce
[all...]
H A DNfcFCardEmulation.java382 public List<NfcFServiceInfo> getNfcFServices() {
/frameworks/base/core/java/android/nfc/
H A DINfcFCardEmulation.aidl20 import android.nfc.cardemulation.NfcFServiceInfo;
34 List<NfcFServiceInfo> getNfcFServices(int userHandle);
/frameworks/base/
H A Dcompiled-classes-phone2949 android.nfc.cardemulation.NfcFServiceInfo

Completed in 2481 milliseconds