Searched refs:NfcFServiceInfo (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
H A D | RegisteredNfcFServicesCache.java | 33 import android.nfc.cardemulation.NfcFServiceInfo; 182 void dump(ArrayList<NfcFServiceInfo> services) { in dump() 183 for (NfcFServiceInfo service : services) { in dump() 190 for (NfcFServiceInfo service : services) { in containsServiceLocked() 208 final ArrayList<NfcFServiceInfo> services = new ArrayList<NfcFServiceInfo>(); in getServices() 227 ArrayList<NfcFServiceInfo> validServices = new ArrayList<NfcFServiceInfo>(); in getInstalledServices() 252 NfcFServiceInfo service = new NfcFServiceInfo(pm, resolvedService); in getInstalledServices() 272 ArrayList<NfcFServiceInfo> newServices = null; in invalidateCache() 277 ArrayList<NfcFServiceInfo> cachedServices = in invalidateCache() 279 ArrayList<NfcFServiceInfo> toBeAdded = new ArrayList<NfcFServiceInfo>(); in invalidateCache() [all …]
|
H A D | RegisteredT3tIdentifiersCache.java | 22 import android.nfc.cardemulation.NfcFServiceInfo; 40 List<NfcFServiceInfo> mServices = new ArrayList<NfcFServiceInfo>(); 42 final HashMap<String, NfcFServiceInfo> mForegroundT3tIdentifiersCache = 43 new HashMap<String, NfcFServiceInfo>(); 91 public NfcFServiceInfo resolveNfcid2(String nfcid2) { in resolveNfcid2() 94 NfcFServiceInfo resolveInfo; in resolveNfcid2() 106 for (NfcFServiceInfo service : mServices) { in generateForegroundT3tIdentifiersCacheLocked() 120 for (Map.Entry<String, NfcFServiceInfo> entry : in generateForegroundT3tIdentifiersCacheLocked() 143 Iterator<Map.Entry<String, NfcFServiceInfo>> it; in updateRoutingLocked() 147 Map.Entry<String, NfcFServiceInfo> entry = in updateRoutingLocked() [all …]
|
H A D | EnabledNfcFServices.java | 26 import android.nfc.cardemulation.NfcFServiceInfo; 115 NfcFServiceInfo serviceInfo = mNfcFServiceCache.getService( in registerEnabledForegroundService()
|
H A D | HostNfcFEmulationManager.java | 24 import android.nfc.cardemulation.NfcFServiceInfo; 105 NfcFServiceInfo resolvedService = mT3tIdentifiersCache.resolveNfcid2(nfcid2); in onHostEmulationData()
|
H A D | CardEmulationManager.java | 31 import android.nfc.cardemulation.NfcFServiceInfo; 253 public void onNfcFServicesUpdated(int userId, List<NfcFServiceInfo> services) { in onNfcFServicesUpdated() 610 public List<NfcFServiceInfo> getNfcFServices(int userId) in getNfcFServices()
|
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/ |
H A D | NfcFServiceInfo.java | 46 public final class NfcFServiceInfo implements Parcelable { class 94 public NfcFServiceInfo(ResolveInfo info, String description, in NfcFServiceInfo() method in NfcFServiceInfo 107 public NfcFServiceInfo(PackageManager pm, ResolveInfo info) in NfcFServiceInfo() method in NfcFServiceInfo 256 if (!(o instanceof NfcFServiceInfo)) return false; in equals() 257 NfcFServiceInfo thatService = (NfcFServiceInfo) o; in equals() 294 public static final @android.annotation.NonNull Parcelable.Creator<NfcFServiceInfo> CREATOR = 295 new Parcelable.Creator<NfcFServiceInfo>() { 297 public NfcFServiceInfo createFromParcel(Parcel source) { 312 NfcFServiceInfo service = new NfcFServiceInfo(info, description, 318 public NfcFServiceInfo[] newArray(int size) { [all …]
|
H A D | NfcFServiceInfo.aidl | 19 parcelable NfcFServiceInfo;
|
H A D | NfcFCardEmulation.java | 382 public List<NfcFServiceInfo> getNfcFServices() { in getNfcFServices()
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcFCardEmulation.aidl | 20 import android.nfc.cardemulation.NfcFServiceInfo; 34 List<NfcFServiceInfo> getNfcFServices(int userHandle); in getNfcFServices()
|
/aosp12/frameworks/base/core/proto/android/nfc/ |
H A D | nfc_fservice_info.proto | 25 // Debugging information for android.nfc.cardemulation.NfcFServiceInfo
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 37242 Landroid/nfc/cardemulation/NfcFServiceInfo;->getNfcid2()Ljava/lang/String; 37243 Landroid/nfc/cardemulation/NfcFServiceInfo;->getSystemCode()Ljava/lang/String; 37244 Landroid/nfc/cardemulation/NfcFServiceInfo;->getT3tPmm()Ljava/lang/String; 37245 Landroid/nfc/cardemulation/NfcFServiceInfo;->getUid()I 37248 Landroid/nfc/cardemulation/NfcFServiceInfo;->mDescription:Ljava/lang/String; 37249 Landroid/nfc/cardemulation/NfcFServiceInfo;->mDynamicNfcid2:Ljava/lang/String; 37251 Landroid/nfc/cardemulation/NfcFServiceInfo;->mNfcid2:Ljava/lang/String; 37253 Landroid/nfc/cardemulation/NfcFServiceInfo;->mSystemCode:Ljava/lang/String; 37254 Landroid/nfc/cardemulation/NfcFServiceInfo;->mT3tPmm:Ljava/lang/String; 37255 Landroid/nfc/cardemulation/NfcFServiceInfo;->mUid:I [all …]
|