Searched refs:mEabController (Results 1 – 2 of 2) sorted by relevance
341 private EabController mEabController; field in UceController391 mEabController = mControllerFactory.createEabController(mContext, mSubId, mCtrlCallback, in initControllers()424 mEabController.onRcsConnected(manager); in onRcsConnected()447 mEabController.onRcsDisconnected(); in onRcsDisconnected()466 mEabController.onDestroy(); in onDestroy()479 mEabController.onCarrierConfigChanged(); in onCarrierConfigChanged()515 return mEabController.getCapabilities(uris);520 return mEabController.getCapabilitiesIncludingExpired(uris);525 return mEabController.getAvailability(contactUri);530 return mEabController.getAvailabilityIncludingExpired(contactUri);[all …]
60 @Mock EabController mEabController; field in UceControllerTest82 doReturn(mEabController).when(mControllerFactory).createEabController(any(), eq(mSubId), in setUp()107 verify(mEabController).onRcsConnected(mFeatureManager); in testRcsConnected()123 verify(mEabController).onRcsDisconnected(); in testRcsDisconnected()137 verify(mEabController).onDestroy(); in testOnDestroyed()