| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | RegisteredT3tIdentifiersCache.java | 57 public final String nfcid2; field in RegisteredT3tIdentifiersCache.T3tIdentifier 60 T3tIdentifier(String systemCode, String nfcid2, String t3tPmm) { in T3tIdentifier() argument 62 this.nfcid2 = nfcid2; in T3tIdentifier() 73 if (!nfcid2.equalsIgnoreCase(that.nfcid2)) return false; in equals() 81 result = 31 * result + nfcid2.hashCode(); in hashCode() 104 public NfcFServiceInfo resolveNfcid2(String nfcid2) { in resolveNfcid2() argument 106 if (DBG) Log.d(TAG, "resolveNfcid2: resolving NFCID " + nfcid2); in resolveNfcid2() 108 resolveInfo = mForegroundT3tIdentifiersCache.get(nfcid2); in resolveNfcid2()
|
| D | RegisteredNfcFServicesCache.java | 105 public final String nfcid2; field in RegisteredNfcFServicesCache.DynamicNfcid2 107 DynamicNfcid2(int uid, String nfcid2) { in DynamicNfcid2() argument 109 this.nfcid2 = nfcid2; in DynamicNfcid2() 392 service.setDynamicNfcid2(dynamicNfcid2.nfcid2); in invalidateCache() 464 String nfcid2 = null; in readDynamicSystemCodeNfcid2Locked() local 482 nfcid2 = parser.getAttributeValue(null, "nfcid2"); in readDynamicSystemCodeNfcid2Locked() 501 if (nfcid2 != null) { in readDynamicSystemCodeNfcid2Locked() 503 new DynamicNfcid2(currentUid, nfcid2); in readDynamicSystemCodeNfcid2Locked() 512 nfcid2 = null; in readDynamicSystemCodeNfcid2Locked() 552 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 | 118 String nfcid2 = findNfcid2(data); in onHostEmulationData() local 122 if (nfcid2 != null) { in onHostEmulationData() 123 resolvedService = mT3tIdentifiersCache.resolveNfcid2(nfcid2); in onHostEmulationData()
|
| D | CardEmulationManager.java | 1004 ComponentName service, String nfcid2) throws RemoteException { in setNfcid2ForService() argument 1011 userId, Binder.getCallingUid(), service, nfcid2); in setNfcid2ForService()
|
| /packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManagerTest.java | 1646 String nfcid2 = "nfcid2"; in testNfcFCardEmulationGetNfcid2ForService_serviceExists() local 1650 anyInt(), any())).thenReturn(nfcid2); in testNfcFCardEmulationGetNfcid2ForService_serviceExists() 1653 .getNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE), nfcid2); in testNfcFCardEmulationGetNfcid2ForService_serviceExists() local 1672 String nfcid2 = "nfcid2"; in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists() local 1676 anyInt(), any())).thenReturn(nfcid2); in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists() 1697 String nfcid2 = "nfcid2"; in testNfcFCardEmulationSetNfcid2ForService_serviceExists() local 1704 .setNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE, nfcid2)); in testNfcFCardEmulationSetNfcid2ForService_serviceExists() 1716 eq(WALLET_PAYMENT_SERVICE), eq(nfcid2)); in testNfcFCardEmulationSetNfcid2ForService_serviceExists() 1723 String nfcid2 = "nfcid2"; in testNfcFCardEmulationSetNfcid2ForService_serviceDoesNotExists() local 1730 .setNfcid2ForService(USER_ID, WALLET_PAYMENT_SERVICE, nfcid2)); in testNfcFCardEmulationSetNfcid2ForService_serviceDoesNotExists()
|
| D | RegisteredT3tIdentifiersCacheTest.java | 173 Assert.assertEquals(NFCID2, identifier.nfcid2); in testOnSecureNfcToggledWithNfcEnabled_ConfiguresRouting() 247 Assert.assertEquals(NFCID2, identifier.nfcid2); in testOnEnabledForegroundNfcFServiceChangedCase3()
|
| D | RegisteredNfcFServicesCacheTest.java | 626 Assert.assertEquals(NFCID2.toUpperCase(Locale.ROOT), resultNfcid2.nfcid2); in testSetNfcid2ForService_ReturnsTrue()
|
| /packages/apps/Nfc/nci/jni/ |
| D | RoutingManager.cpp | 1007 uint8_t nfcid2[NCI_RF_F_UID_LEN]; in registerT3tIdentifier() local 1011 memcpy(nfcid2, t3tId + 2, NCI_RF_F_UID_LEN); in registerT3tIdentifier() 1016 systemCode, nfcid2, t3tPmm, nfcFCeCallback); in registerT3tIdentifier()
|
| D | NfcTag.cpp | 1002 (jbyte*)&mTechParams[0].param.pf.nfcid2); in fillNativeNfcTagMembers5()
|