Searched refs:nfcid2 (Results  1 – 7 of 7) sorted by relevance
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ | 
| D | RegisteredT3tIdentifiersCache.java | 53         public final String nfcid2;  field in RegisteredT3tIdentifiersCache.T3tIdentifier56         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()
 
 | 
| D | RegisteredNfcFServicesCache.java | 99         public final String nfcid2;  field in RegisteredNfcFServicesCache.DynamicNfcid2101         DynamicNfcid2(int uid, String nfcid2) {  in DynamicNfcid2()  argument
 103             this.nfcid2 = nfcid2;  in DynamicNfcid2()
 369                     service.setOrReplaceDynamicNfcid2(dynamicNfcid2.nfcid2);  in invalidateCache()
 431                 String nfcid2 = null;  in readDynamicSystemCodeNfcid2Locked()  local
 449                                     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 …]
 
 | 
| D | SystemCodeRoutingManager.java | 64                         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()
 
 | 
| D | HostNfcFEmulationManager.java | 110         String nfcid2 = findNfcid2(data);  in onHostEmulationData()  local114             if (nfcid2 != null) {  in onHostEmulationData()
 115                 resolvedService = mT3tIdentifiersCache.resolveNfcid2(nfcid2);  in onHostEmulationData()
 
 | 
| D | CardEmulationManager.java | 721                 ComponentName service, String nfcid2) throws RemoteException {  in setNfcid2ForService()  argument728                     userId, Binder.getCallingUid(), service, nfcid2);  in setNfcid2ForService()
 
 | 
| /packages/apps/Nfc/nci/jni/ | 
| D | RoutingManager.cpp | 972   uint8_t nfcid2[NCI_RF_F_UID_LEN];  in registerT3tIdentifier()  local976   memcpy(nfcid2, t3tId + 2, NCI_RF_F_UID_LEN);  in registerT3tIdentifier()
 981         systemCode, nfcid2, t3tPmm, nfcFCeCallback);  in registerT3tIdentifier()
 
 | 
| D | NfcTag.cpp | 1016                           (jbyte*)&mTechParams[0].param.pf.nfcid2);  in fillNativeNfcTagMembers5()
 |