Searched refs:deviceSupportsNfcSecure (Results 1 – 3 of 3) sorted by relevance
73 boolean deviceSupportsNfcSecure(); in deviceSupportsNfcSecure() method
1886 return sService.deviceSupportsNfcSecure(); in isSecureNfcSupported()1895 return sService.deviceSupportsNfcSecure(); in isSecureNfcSupported()
567 mIsSecureNfcCapable = mNfcAdapter.deviceSupportsNfcSecure(); in NfcService()1536 public boolean deviceSupportsNfcSecure() { in deviceSupportsNfcSecure() method in NfcService.NfcAdapterService