Searched refs:isSecureNfcSupported (Results 1 – 5 of 5) sorted by relevance
72 assertFalse(mNfcAdapter.isSecureNfcSupported()); in testIsSecureNfcSupported()74 assertTrue(mNfcAdapter.isSecureNfcSupported()); in testIsSecureNfcSupported()
60 && nfcAdapter.isSecureNfcSupported()) { in onRestoreFinished()
73 protected boolean isSecureNfcSupported() { in isSecureNfcSupported() method in ShadowNfcAdapter
44 if (mAdapter.isSecureNfcSupported() && mAdapter.isSecureNfcEnabled()) { in onCreate()
77 return mNfcAdapter.isSecureNfcSupported() in getAvailabilityStatus()