Home
last modified time | relevance | path

Searched refs:deviceSupportsNfcSecure (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl73 boolean deviceSupportsNfcSecure(); in deviceSupportsNfcSecure() method
H A DNfcAdapter.java1886 return sService.deviceSupportsNfcSecure(); in isSecureNfcSupported()
1895 return sService.deviceSupportsNfcSecure(); in isSecureNfcSupported()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java567 mIsSecureNfcCapable = mNfcAdapter.deviceSupportsNfcSecure(); in NfcService()
1536 public boolean deviceSupportsNfcSecure() { in deviceSupportsNfcSecure() method in NfcService.NfcAdapterService