Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java2046 INfcControllerAlwaysOnListener iNfcControllerAlwaysOnListener in testRegisterControllerAlwaysOnListener() local
2049 adapterService.registerControllerAlwaysOnListener(iNfcControllerAlwaysOnListener); in testRegisterControllerAlwaysOnListener()
2056 verify(iNfcControllerAlwaysOnListener).onControllerAlwaysOnChanged(anyBoolean()); in testRegisterControllerAlwaysOnListener()
2106 INfcControllerAlwaysOnListener iNfcControllerAlwaysOnListener in testUnregisterControllerAlwaysOnListener() local
2109 adapterService.unregisterControllerAlwaysOnListener(iNfcControllerAlwaysOnListener); in testUnregisterControllerAlwaysOnListener()
2116 verify(iNfcControllerAlwaysOnListener, never()).onControllerAlwaysOnChanged(anyBoolean()); in testUnregisterControllerAlwaysOnListener()