Searched defs:systemCode (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredT3tIdentifiersCache.java | 56 public final String systemCode; field in RegisteredT3tIdentifiersCache.T3tIdentifier 60 T3tIdentifier(String systemCode, String nfcid2, String t3tPmm) { in T3tIdentifier()
|
D | RegisteredNfcFServicesCache.java | 95 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()
|
D | CardEmulationManager.java | 967 String systemCode) in registerSystemCodeForService()
|
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | CardEmulationManagerTest.java | 1495 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/ |
D | RoutingManager.cpp | 1006 uint16_t systemCode; in registerT3tIdentifier() local 1068 uint16_t systemCode = it->second; in deregisterT3tIdentifier() local
|
D | NfcTag.cpp | 742 uint16_t systemCode = *(activationData.params.t3t.p_system_codes); in fillNativeNfcTagMembers3() local
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 3535 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()
|