Home
last modified time | relevance | path

Searched refs:checkIsSecureNfcCapable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcInjector.java218 public boolean checkIsSecureNfcCapable() { in checkIsSecureNfcCapable() method in NfcInjector
DNfcService.java817 mIsSecureNfcCapable = mNfcInjector.checkIsSecureNfcCapable(); in NfcService()