Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/
DNfcAdapter.java577 static INfcCardEmulation sCardEmulationService; field in NfcAdapter
810 sCardEmulationService = sService.getNfcCardEmulationInterface(); in getNfcAdapter()
812 sCardEmulationService = null; in getNfcAdapter()
945 return sCardEmulationService; in getCardEmulationService()
1015 sCardEmulationService = service.getNfcCardEmulationInterface(); in attemptDeadServiceRecovery()
1017 sCardEmulationService = null; in attemptDeadServiceRecovery()
1036 return (sCardEmulationService != null || sNfcFCardEmulationService != null); in isCardEmulationEnabled()