Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -6025,6 +6025,12 @@ public final class Settings { private static final Validator LOCK_SCREEN_CUSTOM_CLOCK_FACE_VALIDATOR = ANY_STRING_VALIDATOR; /** * Indicates which clock face to show on lock screen and AOD while docked. * @hide */ private static final String DOCKED_CLOCK_FACE = "docked_clock_face"; /** * Set by the system to track if the user needs to see the call to action for * the lockscreen notification policy. Loading Loading
core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -6025,6 +6025,12 @@ public final class Settings { private static final Validator LOCK_SCREEN_CUSTOM_CLOCK_FACE_VALIDATOR = ANY_STRING_VALIDATOR; /** * Indicates which clock face to show on lock screen and AOD while docked. * @hide */ private static final String DOCKED_CLOCK_FACE = "docked_clock_face"; /** * Set by the system to track if the user needs to see the call to action for * the lockscreen notification policy. Loading