Searched defs:getFormat24Hour (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextClock.java66 * <li>Use the value returned by {@link #getFormat24Hour()} when non-null</li>
74 * <li>Otherwise, use the value returned by {@link #getFormat24Hour()} when non-null</li>
116 * @see #getFormat24Hour()
287 * <p>If this pattern is set to null, {@link #getFormat24Hour()} will be used
337 public CharSequence getFormat24Hour() { method in class:TextClock
346 * <p>If this pattern is set to null, {@link #getFormat24Hour()} will be used
358 * @see #getFormat24Hour()
404 * returned by {@link #getFormat24Hour()}. In 12-hour mode, the pattern
416 * @see #getFormat24Hour()
474 * Selects either one of {@link #getFormat12Hour()} or {@link #getFormat24Hour()}
[all...]

Completed in 56 milliseconds