Searched refs:getNfcFCardEmulationService (Results 1 – 5 of 5) sorted by relevance
89 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 …]
85 INfcFCardEmulation service = adapter.getNfcFCardEmulationService(); in getInstance()
265 nfcAdapter.getNfcFCardEmulationService(); in testGetNfcFCardEmulationService()
990 public static INfcFCardEmulation getNfcFCardEmulationService() { in getNfcFCardEmulationService() method in NfcAdapter
488 Landroid/nfc/NfcAdapter;->getNfcFCardEmulationService()Landroid/nfc/INfcFCardEmulation;