Loading core/java/android/provider/DeviceConfig.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -498,6 +498,13 @@ public final class DeviceConfig { @SystemApi @SystemApi public static final String NAMESPACE_SYSTEM_TIME = "system_time"; public static final String NAMESPACE_SYSTEM_TIME = "system_time"; /** * Namespace for TARE configurations. * * @hide */ public static final String NAMESPACE_TARE = "tare"; /** /** * Telephony related properties. * Telephony related properties. * * Loading Loading @@ -738,7 +745,7 @@ public final class DeviceConfig { * @param name The name of the property to look up. * @param name The name of the property to look up. * @param defaultValue The value to return if the property does not exist or has no non-null * @param defaultValue The value to return if the property does not exist or has no non-null * value. * value. * @return the correspondfing value, or defaultValue if none exists. * @return the corresponding value, or defaultValue if none exists. * @hide * @hide */ */ @SystemApi @SystemApi Loading Loading
core/java/android/provider/DeviceConfig.java +8 −1 Original line number Original line Diff line number Diff line Loading @@ -498,6 +498,13 @@ public final class DeviceConfig { @SystemApi @SystemApi public static final String NAMESPACE_SYSTEM_TIME = "system_time"; public static final String NAMESPACE_SYSTEM_TIME = "system_time"; /** * Namespace for TARE configurations. * * @hide */ public static final String NAMESPACE_TARE = "tare"; /** /** * Telephony related properties. * Telephony related properties. * * Loading Loading @@ -738,7 +745,7 @@ public final class DeviceConfig { * @param name The name of the property to look up. * @param name The name of the property to look up. * @param defaultValue The value to return if the property does not exist or has no non-null * @param defaultValue The value to return if the property does not exist or has no non-null * value. * value. * @return the correspondfing value, or defaultValue if none exists. * @return the corresponding value, or defaultValue if none exists. * @hide * @hide */ */ @SystemApi @SystemApi Loading