Searched refs:mActivationApi (Results 1 – 1 of 1) sorted by relevance
60 @Mock private ImsEntitlementApi mActivationApi; field in WfcActivationControllerTest133 when(mActivationApi.checkEntitlementStatus()).thenReturn(null); in finishFlow_isFinishing_showGeneralWaitingUi()170 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusForActivation_isVowifiEntitledTrue_setActivityResultOk()191 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()208 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusForActivation_isIncompatibleTrue_showErrorUi()227 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusForActivation_unexpectedStatus_showGeneralErrorUi()247 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusAfterActivation_isVowifiEntitledTrue_setActivityResultOk()266 when(mActivationApi.checkEntitlementStatus()).thenReturn(mEntitlementResult); in handleEntitlementStatusAfterActivation_unexpectedStatus_showGeneralErrorUi()279 new WfcActivationController(mContext, mActivationUi, mActivationApi, intent); in buildActivity()