Searched refs:mProvisioningUrl (Results 1 – 1 of 1) sorted by relevance
298 private String mProvisioningUrl = null; field in DcTracker2657 if (mIsProvisioning && !TextUtils.isEmpty(mProvisioningUrl)) { in completeConnection()2660 + mProvisioningUrl); in completeConnection()2664 newIntent.setData(Uri.parse(mProvisioningUrl)); in completeConnection()2674 mProvisioningUrl = null; in completeConnection()3685 mProvisioningUrl = (String)bundle.get(DctConstants.PROVISIONING_URL_KEY); in handleMessage()3688 mProvisioningUrl = null; in handleMessage()3691 if (TextUtils.isEmpty(mProvisioningUrl)) { in handleMessage()3694 mProvisioningUrl = null; in handleMessage()3696 loge("CMD_ENABLE_MOBILE_PROVISIONING: provisioningUrl=" + mProvisioningUrl); in handleMessage()[all …]