Searched defs:TIME_12_24 (Results 1 – 3 of 3) sorted by relevance
82 sSystemSettingToTypeMap.put(Settings.System.TIME_12_24, String.class); in sSystemSettingToTypeMap.put()
147 System.TIME_12_24, new DiscreteValueValidator(new String[] {"12", "24", null})); in VALIDATORS.put()
4765 public static final String TIME_12_24 = "time_12_24"; field in Settings.System