Loading core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -10692,6 +10692,13 @@ public final class Settings { */ public static final String ENABLE_CACHE_QUOTA_CALCULATION = "enable_cache_quota_calculation"; /** * Whether the Deletion Helper no threshold toggle is available. * @hide */ public static final String ENABLE_DELETION_HELPER_NO_THRESHOLD_TOGGLE = "enable_deletion_helper_no_threshold_toggle"; } /** Loading Loading
core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -10692,6 +10692,13 @@ public final class Settings { */ public static final String ENABLE_CACHE_QUOTA_CALCULATION = "enable_cache_quota_calculation"; /** * Whether the Deletion Helper no threshold toggle is available. * @hide */ public static final String ENABLE_DELETION_HELPER_NO_THRESHOLD_TOGGLE = "enable_deletion_helper_no_threshold_toggle"; } /** Loading