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.java288 private String mProvisioningUrl = null; field in DcTracker
2779 if (mIsProvisioning && !TextUtils.isEmpty(mProvisioningUrl)) { in completeConnection()
2782 + mProvisioningUrl); in completeConnection()
2786 newIntent.setData(Uri.parse(mProvisioningUrl)); in completeConnection()
2796 mProvisioningUrl = null; in completeConnection()
3782 mProvisioningUrl = (String)bundle.get(DctConstants.PROVISIONING_URL_KEY); in handleMessage()
3785 mProvisioningUrl = null; in handleMessage()
3788 if (TextUtils.isEmpty(mProvisioningUrl)) { in handleMessage()
3791 mProvisioningUrl = null; in handleMessage()
3793 loge("CMD_ENABLE_MOBILE_PROVISIONING: provisioningUrl=" + mProvisioningUrl); in handleMessage()
[all …]