Searched refs:getTermsAndConditionsUrl (Results 1 – 8 of 8) sorted by relevance
106 public String getTermsAndConditionsUrl() {107 return SetupParameters.getTermsAndConditionsUrl(mContext);
245 public ListenableFuture<String> getTermsAndConditionsUrl() {246 return call(() -> asInterface(getService()).getTermsAndConditionsUrl());
37 String getTermsAndConditionsUrl(); in getTermsAndConditionsUrl() method
120 KEY_TERMS_AND_CONDITIONS_URL, getTermsAndConditionsUrl(context), in dumpParameters()273 static String getTermsAndConditionsUrl(Context context) { in getTermsAndConditionsUrl() method in SetupParameters
65 assertThat(mISetupParametersService.getTermsAndConditionsUrl()) in createPrefs_shouldPopulatePrefs()
63 assertThat(SetupParameters.getTermsAndConditionsUrl(mContext)) in createPrefs_shouldPopulatePreferences()
60 setupParametersClient.getTermsAndConditionsUrl(); in retrieveData()
115 info.getTermsAndConditionsUrl(), in getProvisioningConfig()