Home
last modified time | relevance | path

Searched refs:getTermsAndConditionsUrl (Results 1 – 8 of 8) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DSetupParametersService.java106 public String getTermsAndConditionsUrl() {
107 return SetupParameters.getTermsAndConditionsUrl(mContext);
DSetupParametersClient.java245 public ListenableFuture<String> getTermsAndConditionsUrl() {
246 return call(() -> asInterface(getService()).getTermsAndConditionsUrl());
DISetupParametersService.aidl37 String getTermsAndConditionsUrl(); in getTermsAndConditionsUrl() method
DSetupParameters.java120 KEY_TERMS_AND_CONDITIONS_URL, getTermsAndConditionsUrl(context), in dumpParameters()
273 static String getTermsAndConditionsUrl(Context context) { in getTermsAndConditionsUrl() method in SetupParameters
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/storage/
DSetupParametersServiceTest.java65 assertThat(mISetupParametersService.getTermsAndConditionsUrl()) in createPrefs_shouldPopulatePrefs()
DSetupParametersTest.java63 assertThat(SetupParameters.getTermsAndConditionsUrl(mContext)) in createPrefs_shouldPopulatePreferences()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DProvisionInfoViewModel.java60 setupParametersClient.getTermsAndConditionsUrl(); in retrieveData()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DGetDeviceCheckInStatusGrpcResponseWrapper.java115 info.getTermsAndConditionsUrl(), in getProvisioningConfig()