Searched refs:mLowpanService (Results 1 – 1 of 1) sorted by relevance
46 @Mock ILowpanManager mLowpanService; field in LowpanManagerTest66 mLowpanManager = new LowpanManager(mContext, mLowpanService, mTestLooper.getLooper()); in setUp()71 when(mLowpanService.getInterfaceList()).thenReturn(new String[0]); in testGetEmptyInterfaceList()78 when(mLowpanService.getInterfaceList()).thenReturn(new String[] {"wpan0"}); in testGetInterfaceList()79 when(mLowpanService.getInterface("wpan0")).thenReturn(mLowpanInterfaceService); in testGetInterfaceList()98 verify(mLowpanService) in testRegisterCallback()125 when(mLowpanService.getInterfaceList()).thenReturn(new String[] {"wpan0"}); in testRegisterCallback()126 when(mLowpanService.getInterface("wpan0")).thenReturn(mLowpanInterfaceService); in testRegisterCallback()146 verify(mLowpanService) in testUnregisterCallback()172 verify(mLowpanService).removeListener(mManagerListener); in testUnregisterCallback()