Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DActivityConstants.java34 public static final int LAUNCH_APP_ACTIVATE = 0; field in ActivityConstants
48 return intention == LAUNCH_APP_ACTIVATE; in isActivationFlow()
54 return LAUNCH_APP_ACTIVATE; in getLaunchIntention()
57 return intent.getIntExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in getLaunchIntention()
DWfcActivationController.java180 if (intention == ActivityConstants.LAUNCH_APP_ACTIVATE) { in getUiTitle()
194 if (intention == ActivityConstants.LAUNCH_APP_ACTIVATE) { in getGeneralErrorText()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcUtils.java33 static final int LAUNCH_APP_ACTIVATE = 0; field in WfcUtils
50 return intention == LAUNCH_APP_ACTIVATE; in isActivationFlow()
56 return LAUNCH_APP_ACTIVATE; in getLaunchIntention()
59 return intent.getIntExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in getLaunchIntention()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java100 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in startFlow_launchAppForActivation_setPurposeActivation()
142 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in finishFlow_isFinishing_showGeneralWaitingUi()
205 ActivityConstants.LAUNCH_APP_ACTIVATE); in finish_startFlowForActivate_writeLoggerPurposeActivation()
231 ActivityConstants.LAUNCH_APP_ACTIVATE); in finish_entitlementResultWfcEntitled_writeLoggerAppResultSuccessful()
274 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusForActivation_isVowifiEntitledTrue_setActivityResultOk()
295 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()
316 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusForActivation_showTc_showWebview()
333 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusForActivation_isIncompatibleTrue_showErrorUi()
352 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusForActivation_unexpectedStatus_showGeneralErrorUi()
372 buildActivity(ActivityConstants.LAUNCH_APP_ACTIVATE); in handleEntitlementStatusAfterActivation_isVowifiEntitledTrue_setActivityResultOk()
[all …]
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcActivationActivityTest.java121 WfcUtils.LAUNCH_APP_ACTIVATE) in testMessageCheckWifi_pass()
143 WfcUtils.LAUNCH_APP_ACTIVATE) in testMessageCheckWifiDone_wifiConnectionSuccess_showProgressDialog()
173 WfcUtils.LAUNCH_APP_ACTIVATE) in testMessageCheckWifiDone_wifiConnectionError_showWiFiUnavailableDialog()
210 WfcUtils.LAUNCH_APP_ACTIVATE) in testMessageTryEpdgConnectionDone_imsMmTelManagerNotNull_epdgConnectionSuccess()
241 WfcUtils.LAUNCH_APP_ACTIVATE) in testMessageShowWebPortal_imsMmTelManagerNull_showWfcWebPortal()
280 WfcUtils.LAUNCH_APP_ACTIVATE) in startWebPortal_unsupportedJsCallback_launchChrome()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java90 public static final int LAUNCH_APP_ACTIVATE = 0; field in WifiCallingSettingsForSub
568 carrierAppIntent.putExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in onActivityResult()