Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcActivationActivityTest.java120 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in testMessageCheckWifi_pass()
142 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in testMessageCheckWifiDone_wifiConnectionSuccess_showProgressDialog()
172 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in testMessageCheckWifiDone_wifiConnectionError_showWiFiUnavailableDialog()
209 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in testMessageTryEpdgConnectionDone_imsMmTelManagerNotNull_epdgConnectionSuccess()
240 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in testMessageShowWebPortal_imsMmTelManagerNull_showWfcWebPortal()
279 WfcUtils.EXTRA_LAUNCH_CARRIER_APP, in startWebPortal_unsupportedJsCallback_launchChrome()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DActivityConstants.java32 public static final String EXTRA_LAUNCH_CARRIER_APP = "EXTRA_LAUNCH_CARRIER_APP"; field in ActivityConstants
57 return intent.getIntExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in getLaunchIntention()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcUtils.java32 static final String EXTRA_LAUNCH_CARRIER_APP = "EXTRA_LAUNCH_CARRIER_APP"; field in WfcUtils
59 return intent.getIntExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in getLaunchIntention()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java182 intent.putExtra(ActivityConstants.EXTRA_LAUNCH_CARRIER_APP, in finishFlow_startForUpdate_showGeneralWaitingUi()
204 intent.putExtra(ActivityConstants.EXTRA_LAUNCH_CARRIER_APP, in finish_startFlowForActivate_writeLoggerPurposeActivation()
230 intent.putExtra(ActivityConstants.EXTRA_LAUNCH_CARRIER_APP, in finish_entitlementResultWfcEntitled_writeLoggerAppResultSuccessful()
432 intent.putExtra(ActivityConstants.EXTRA_LAUNCH_CARRIER_APP, in handleEntitlementStatusAfterUpdating_entitlementStatusNoServerData_turnOffWfc()
548 intent.putExtra(ActivityConstants.EXTRA_LAUNCH_CARRIER_APP, extraLaunchCarrierApp); in buildActivity()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java85 public static final String EXTRA_LAUNCH_CARRIER_APP = "EXTRA_LAUNCH_CARRIER_APP"; field in WifiCallingSettingsForSub
185 carrierAppIntent.putExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_UPDATE);
568 carrierAppIntent.putExtra(EXTRA_LAUNCH_CARRIER_APP, LAUNCH_APP_ACTIVATE); in onActivityResult()