Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/
DProvisioningConfiguration.java58 private final String mTermsAndConditionsUrl; field in ProvisioningConfiguration
76 mTermsAndConditionsUrl = termsAndConditionsUrl; in ProvisioningConfiguration()
94 bundle.putString(EXTRA_TERMS_AND_CONDITIONS_URL, mTermsAndConditionsUrl); in toBundle()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java295 private URL mTermsAndConditionsUrl; // Indicates that the Passpoint network is captive field in ClientModeImpl
4988 mTermsAndConditionsUrl = mPasspointManager in processMessageImpl()
4991 if (mTermsAndConditionsUrl == null) { in processMessageImpl()
5832 mTermsAndConditionsUrl = null; in processMessageImpl()
5940 mTermsAndConditionsUrl = null; in processMessageImpl()
7492 && mTermsAndConditionsUrl != null) { in processMessageImpl()
7495 mTermsAndConditionsUrl = null; in processMessageImpl()
8584 if (mTermsAndConditionsUrl != null) { in addPasspointInfoToLinkProperties()
8586 Uri.parse(mTermsAndConditionsUrl.toString()), in addPasspointInfoToLinkProperties()