Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
H A DWfcActivationControllerTest.java60 @Mock private ImsEntitlementApi mActivationApi; field in WfcActivationControllerTest
133 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()