Home
last modified time | relevance | path

Searched defs:nfcid2 (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/nfc/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java107 String systemCode, String dynamicSystemCode, String nfcid2, String dynamicNfcid2, in NfcFServiceInfo()
163 String nfcid2 = null; in NfcFServiceInfo() local
265 public void setDynamicNfcid2(@NonNull String nfcid2) { in setDynamicNfcid2()
476 private static boolean isValidNfcid2(String nfcid2) { in isValidNfcid2()
H A DNfcFCardEmulation.java264 public boolean setNfcid2ForService(ComponentName service, String nfcid2) in setNfcid2ForService()
445 public static boolean isValidNfcid2(String nfcid2) { in isValidNfcid2()
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredT3tIdentifiersCache.java57 public final String nfcid2; field in RegisteredT3tIdentifiersCache.T3tIdentifier
60 T3tIdentifier(String systemCode, String nfcid2, String t3tPmm) { in T3tIdentifier()
104 public NfcFServiceInfo resolveNfcid2(String nfcid2) { in resolveNfcid2()
DRegisteredNfcFServicesCache.java105 public final String nfcid2; field in RegisteredNfcFServicesCache.DynamicNfcid2
107 DynamicNfcid2(int uid, String nfcid2) { in DynamicNfcid2()
464 String nfcid2 = null; in readDynamicSystemCodeNfcid2Locked() local
658 ComponentName componentName, String nfcid2) { in setNfcid2ForService()
DHostNfcFEmulationManager.java118 String nfcid2 = findNfcid2(data); in onHostEmulationData() local
DCardEmulationManager.java1401 ComponentName service, String nfcid2) throws RemoteException { in setNfcid2ForService()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
H A DHceFReaderActivity.java58 static byte[] createEchoCommand(byte[] nfcid2, byte[] payload) { in createEchoCommand()
69 static byte[] createSuccessCommand(byte[] nfcid2) { in createSuccessCommand()
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java1855 String nfcid2 = "nfcid2"; in testNfcFCardEmulationGetNfcid2ForService_serviceExists() local
1885 String nfcid2 = "nfcid2"; in testNfcFCardEmulationGetNfcid2ForService_serviceDoesNotExists() local
1912 String nfcid2 = "nfcid2"; in testNfcFCardEmulationSetNfcid2ForService_serviceExists() local
1942 String nfcid2 = "nfcid2"; in testNfcFCardEmulationSetNfcid2ForService_serviceDoesNotExists() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h540 inline const std::string& NfcFServiceInfoProto::nfcid2() const { in nfcid2() function
581 inline void NfcFServiceInfoProto::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
Dcard_emulation.pb.h5411 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::nfcid2() const { in nfcid2() function
5452 inline void SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h540 inline const std::string& NfcFServiceInfoProto::nfcid2() const { in nfcid2() function
581 inline void NfcFServiceInfoProto::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
Dcard_emulation.pb.h5411 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::nfcid2() const { in nfcid2() function
5452 inline void SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h561 inline const std::string& NfcFServiceInfoProto::nfcid2() const { in nfcid2() function
602 inline void NfcFServiceInfoProto::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
Dcard_emulation.pb.h5666 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::nfcid2() const { in nfcid2() function
5707 inline void SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_nfcid2(std::string* nfcid2) { in set_allocated_nfcid2()
/aosp_15_r20/frameworks/base/core/proto/android/nfc/
H A Dnfc_fservice_info.proto35 optional string nfcid2 = 4; field
H A Dcard_emulation.proto114 optional string nfcid2 = 2; field
/aosp_15_r20/system/nfc/src/fuzzers/integration/
H A Dnfc_integration_fuzzer.proto222 optional bytes nfcid2 = 3; field
228 optional bytes nfcid2 = 1; field
H A Dnfc_integration_fuzzer_impl.cc339 uint8_t nfcid2[NCI_RF_F_UID_LEN] = {}; in DoOneCommand() local
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/
H A DINfcFCardEmulation.aidl31 boolean setNfcid2ForService(int userHandle, in ComponentName service, String nfcid2); in setNfcid2ForService()
/aosp_15_r20/system/nfc/tests/src/
H A Dnfa_ce_api_test.cc116 uint8_t nfcid2[NCI_RF_F_UID_LEN] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 }; in TEST_F() local
/aosp_15_r20/system/nfc/src/nfa/include/
H A Dnfa_ce_int.h80 uint8_t nfcid2[NCI_RF_F_UID_LEN]; member
/aosp_15_r20/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp1186 uint8_t nfcid2[NCI_RF_F_UID_LEN]; in registerT3tIdentifier() local
/aosp_15_r20/system/nfc/src/include/
H A Dnci_defs.h649 uint8_t nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member
/aosp_15_r20/system/nfc/src/nfc/include/
H A Dnfc_api.h575 uint8_t nfcid2[NFC_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for member
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/javac/
DNfcNciApex.jar ... DESCRIPTION public static final long SYSTEM_CODE public static final long NFCID2 public static final long T3T_PMM public void <init> ...

1234567