Home
last modified time | relevance | path

Searched defs:systemCode (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredT3tIdentifiersCache.java56 public final String systemCode; field in RegisteredT3tIdentifiersCache.T3tIdentifier
60 T3tIdentifier(String systemCode, String nfcid2, String t3tPmm) { in T3tIdentifier()
DRegisteredNfcFServicesCache.java95 public final String systemCode; field in RegisteredNfcFServicesCache.DynamicSystemCode
97 DynamicSystemCode(int uid, String systemCode) { in DynamicSystemCode()
463 String systemCode = null; in readDynamicSystemCodeNfcid2Locked() local
581 ComponentName componentName, String systemCode) { in registerSystemCodeForService()
DCardEmulationManager.java967 String systemCode) in registerSystemCodeForService()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java1495 String systemCode = "systemCode"; in testNfcFCardEmulationGetSystemCodeForService_serviceExists() local
1502 .getSystemCodeForService(USER_ID, WALLET_PAYMENT_SERVICE), systemCode); in testNfcFCardEmulationGetSystemCodeForService_serviceExists() local
1521 String systemCode = "systemCode"; in testNfcFCardEmulationGetSystemCodeForService_serviceDoesNotExists() local
1546 String systemCode = "systemCode"; in testNfcFCardEmulationRegisterSystemCodeForService_serviceExists() local
1572 String systemCode = "systemCode"; in testNfcFCardEmulationRegisterSystemCodeForService_serviceDoesNotExists() local
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp1006 uint16_t systemCode; in registerT3tIdentifier() local
1068 uint16_t systemCode = it->second; in deregisterT3tIdentifier() local
DNfcTag.cpp742 uint16_t systemCode = *(activationData.params.t3t.p_system_codes); in fillNativeNfcTagMembers3() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3535 private byte[] getT3tIdentifierBytes(String systemCode, String nfcId2, String t3tPmm) { in getT3tIdentifierBytes()
3547 public void registerT3tIdentifier(String systemCode, String nfcId2, String t3tPmm) { in registerT3tIdentifier()
3554 public void deregisterT3tIdentifier(String systemCode, String nfcId2, String t3tPmm) { in deregisterT3tIdentifier()