Searched refs:mProvisioningUrl (Results 1 – 1 of 1) sorted by relevance
288 private String mProvisioningUrl = null; field in DcTracker2779 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 …]