Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java303 private String mProvisioningUrl = null; field in DcTracker
3045 if (mIsProvisioning && !TextUtils.isEmpty(mProvisioningUrl)) { in completeConnection()
3048 + mProvisioningUrl); in completeConnection()
3052 newIntent.setData(Uri.parse(mProvisioningUrl)); in completeConnection()
3062 mProvisioningUrl = null; in completeConnection()
4080 mProvisioningUrl = (String)bundle.get(DctConstants.PROVISIONING_URL_KEY); in handleMessage()
4083 mProvisioningUrl = null; in handleMessage()
4086 if (TextUtils.isEmpty(mProvisioningUrl)) { in handleMessage()
4089 mProvisioningUrl = null; in handleMessage()
4091 loge("CMD_ENABLE_MOBILE_PROVISIONING: provisioningUrl=" + mProvisioningUrl); in handleMessage()
[all …]