Searched refs:mProvisioningUrl (Results 1 – 2 of 2) sorted by relevance
296 protected String mProvisioningUrl = null; field in DcTrackerBase1051 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()
1795 if (mIsProvisioning && !TextUtils.isEmpty(mProvisioningUrl)) { in completeConnection()1798 + mProvisioningUrl); in completeConnection()1802 newIntent.setData(Uri.parse(mProvisioningUrl)); in completeConnection()1812 mProvisioningUrl = null; in completeConnection()