Home
last modified time | relevance | path

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

/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/
DNfcFCardEmulationTest.java89 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(mService); in createEmulationInstance()
131 when(NfcAdapter.getNfcFCardEmulationService()).thenReturn(null); in testGetInstanceUnsupportedOperationExceptionForServices()
154 when(mNfcAdapter.getNfcFCardEmulationService()) in testGetSystemCodeForServiceRecoveryRemoteException()
172 when(NfcAdapter.getNfcFCardEmulationService()).thenReturn(null); in testGetSystemCodeForServiceWithRecoveryFail()
258 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(mService); in testGetMaxNumOfRegisterableSystemCodesWithException()
357 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(null); in testDisableServiceWithNoService()
371 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(mService); in testDisableServiceWithSecondTry()
385 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(mService); in testDisableServiceWithSecondTryFail()
425 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(null); in testEnableServiceWithException()
439 when(mNfcAdapter.getNfcFCardEmulationService()).thenReturn(mService); in testEnableServiceWithSecondTry()
[all …]
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DNfcFCardEmulation.java85 INfcFCardEmulation service = adapter.getNfcFCardEmulationService(); in getInstance()
/packages/modules/Nfc/framework/tests/src/android/nfc/
DNfcAdapterTest.java265 nfcAdapter.getNfcFCardEmulationService(); in testGetNfcFCardEmulationService()
/packages/modules/Nfc/framework/java/android/nfc/
DNfcAdapter.java990 public static INfcFCardEmulation getNfcFCardEmulationService() { in getNfcFCardEmulationService() method in NfcAdapter
/packages/modules/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt488 Landroid/nfc/NfcAdapter;->getNfcFCardEmulationService()Landroid/nfc/INfcFCardEmulation;