Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
H A DWfcActivationControllerTest.java71 private WfcActivationController mWfcActivationController; field in WfcActivationControllerTest
94 mWfcActivationController.startFlow(); in startFlow_launchAppForActivation_setPurposeActivation()
109 mWfcActivationController.startFlow(); in startFlow_launchAppForUpdate_setPurposeUpdate()
121 mWfcActivationController.startFlow(); in startFlow_launchAppForShowTc_setPurposeUpdate()
136 mWfcActivationController.finishFlow(); in finishFlow_isFinishing_showGeneralWaitingUi()
173 mWfcActivationController.evaluateEntitlementStatus(); in handleEntitlementStatusForActivation_isVowifiEntitledTrue_setActivityResultOk()
194 mWfcActivationController.evaluateEntitlementStatus(); in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()
211 mWfcActivationController.evaluateEntitlementStatus(); in handleEntitlementStatusForActivation_isIncompatibleTrue_showErrorUi()
230 mWfcActivationController.evaluateEntitlementStatus(); in handleEntitlementStatusForActivation_unexpectedStatus_showGeneralErrorUi()
250 mWfcActivationController.reevaluateEntitlementStatus(); in handleEntitlementStatusAfterActivation_isVowifiEntitledTrue_setActivityResultOk()
[all …]
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DWfcActivationActivity.java37 private WfcActivationController mWfcActivationController; field in WfcActivationActivity
49 mWfcActivationController.startFlow(); in onCreate()
55 mWfcActivationController.finish(); in onDestroy()
122 return mWfcActivationController; in getController()
143 if (mWfcActivationController == null) { in createDependeny()
148 mWfcActivationController = in createDependeny()