Home
last modified time | relevance | path

Searched refs:nfcid2 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredT3tIdentifiersCache.java53 public final String nfcid2; field in RegisteredT3tIdentifiersCache.T3tIdentifier
56 T3tIdentifier(String systemCode, String nfcid2, String t3tPmm) { in T3tIdentifier() argument
58 this.nfcid2 = nfcid2; in T3tIdentifier()
69 if (!nfcid2.equalsIgnoreCase(that.nfcid2)) return false; in equals()
77 result = 31 * result + nfcid2.hashCode(); in hashCode()
95 public NfcFServiceInfo resolveNfcid2(String nfcid2) { in resolveNfcid2() argument
97 if (DBG) Log.d(TAG, "resolveNfcid2: resolving NFCID " + nfcid2); in resolveNfcid2()
99 resolveInfo = mForegroundT3tIdentifiersCache.get(nfcid2); in resolveNfcid2()
DRegisteredNfcFServicesCache.java101 public final String nfcid2; field in RegisteredNfcFServicesCache.DynamicNfcid2
103 DynamicNfcid2(int uid, String nfcid2) { in DynamicNfcid2() argument
105 this.nfcid2 = nfcid2; in DynamicNfcid2()
370 service.setOrReplaceDynamicNfcid2(dynamicNfcid2.nfcid2); in invalidateCache()
432 String nfcid2 = null; in readDynamicSystemCodeNfcid2Locked() local
450 nfcid2 = parser.getAttributeValue(null, "nfcid2"); in readDynamicSystemCodeNfcid2Locked()
468 if (nfcid2 != null) { in readDynamicSystemCodeNfcid2Locked()
470 new DynamicNfcid2(currentUid, nfcid2); in readDynamicSystemCodeNfcid2Locked()
479 nfcid2 = null; in readDynamicSystemCodeNfcid2Locked()
518 userServices.dynamicNfcid2.get(entry.getKey()).nfcid2); in writeDynamicSystemCodeNfcid2Locked()
[all …]
DSystemCodeRoutingManager.java64 t3tIdentifier.systemCode, t3tIdentifier.nfcid2, t3tIdentifier.t3tPmm); in configureRouting()
69 t3tIdentifier.systemCode, t3tIdentifier.nfcid2 , t3tIdentifier.t3tPmm); in configureRouting()
82 "/" + t3tIdentifier.nfcid2 + in configureRouting()
114 "/" + t3tIdentifier.nfcid2); in dump()
135 t3tIdentifier.nfcid2); in dumpDebug()
DHostNfcFEmulationManager.java109 String nfcid2 = findNfcid2(data); in onHostEmulationData() local
113 if (nfcid2 != null) { in onHostEmulationData()
114 resolvedService = mT3tIdentifiersCache.resolveNfcid2(nfcid2); in onHostEmulationData()
DCardEmulationManager.java691 ComponentName service, String nfcid2) throws RemoteException { in setNfcid2ForService() argument
698 userId, Binder.getCallingUid(), service, nfcid2); in setNfcid2ForService()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp964 uint8_t nfcid2[NCI_RF_F_UID_LEN]; in registerT3tIdentifier() local
968 memcpy(nfcid2, t3tId + 2, NCI_RF_F_UID_LEN); in registerT3tIdentifier()
973 systemCode, nfcid2, t3tPmm, nfcFCeCallback); in registerT3tIdentifier()
DNfcTag.cpp1004 (jbyte*)&mTechParams[0].param.pf.nfcid2); in fillNativeNfcTagMembers5()