Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java296 protected String mProvisioningUrl = null; field in DcTrackerBase
1051 mProvisioningUrl = (String)bundle.get(DctConstants.PROVISIONING_URL_KEY); in handleMessage()
1054 mProvisioningUrl = null; in handleMessage()
1057 if (TextUtils.isEmpty(mProvisioningUrl)) { in handleMessage()
1060 mProvisioningUrl = null; in handleMessage()
1062 loge("CMD_ENABLE_MOBILE_PROVISIONING: provisioningUrl=" + mProvisioningUrl); in handleMessage()
1075 mProvisioningUrl = null; in handleMessage()
DDcTracker.java1795 if (mIsProvisioning && !TextUtils.isEmpty(mProvisioningUrl)) { in completeConnection()
1798 + mProvisioningUrl); in completeConnection()
1802 newIntent.setData(Uri.parse(mProvisioningUrl)); in completeConnection()
1812 mProvisioningUrl = null; in completeConnection()