Searched refs:iNfcControllerAlwaysOnListener (Results 1 – 1 of 1) sorted by relevance
2046 INfcControllerAlwaysOnListener iNfcControllerAlwaysOnListener in testRegisterControllerAlwaysOnListener() local2049 adapterService.registerControllerAlwaysOnListener(iNfcControllerAlwaysOnListener); in testRegisterControllerAlwaysOnListener()2056 verify(iNfcControllerAlwaysOnListener).onControllerAlwaysOnChanged(anyBoolean()); in testRegisterControllerAlwaysOnListener()2106 INfcControllerAlwaysOnListener iNfcControllerAlwaysOnListener in testUnregisterControllerAlwaysOnListener() local2109 adapterService.unregisterControllerAlwaysOnListener(iNfcControllerAlwaysOnListener); in testUnregisterControllerAlwaysOnListener()2116 verify(iNfcControllerAlwaysOnListener, never()).onControllerAlwaysOnChanged(anyBoolean()); in testUnregisterControllerAlwaysOnListener()