Home
last modified time | relevance | path

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

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationController.java237 if (!TextUtils.isEmpty(result.getTermsAndConditionsWebUrl())) { in handleEntitlementStatusForActivation()
239 result.getTermsAndConditionsWebUrl(), /* postData= */ null); in handleEntitlementStatusForActivation()
263 result.getTermsAndConditionsWebUrl(), /* postData= */ null); in handleEntitlementStatusForUpdating()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/entitlement/
DEntitlementResult.java69 public abstract String getTermsAndConditionsWebUrl(); in getTermsAndConditionsWebUrl() method in EntitlementResult
94 builder.append(",getTermsAndConditionsWebUrl=").append(getTermsAndConditionsWebUrl()); in toString()