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

/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java392 * @param useShortFormat {@code true} if abbreviation is needed to save space.
398 Context context, long startUtcMillis, long endUtcMillis, boolean useShortFormat) {
400 useShortFormat, 0);
405 long endUtcMillis, boolean useShortFormat, int flag) {
407 useShortFormat, !isInGivenDay(baseMillis, startUtcMillis), true, flag);
415 boolean useShortFormat, boolean showDate, boolean showTime, int flag) {
417 | ((useShortFormat) ? DateUtils.FORMAT_NUMERIC_DATE : 0);
425 if (startUtcMillis != endUtcMillis && useShortFormat) {
397 getDurationString( Context context, long startUtcMillis, long endUtcMillis, boolean useShortFormat) argument
404 getDurationString(Context context, long baseMillis, long startUtcMillis, long endUtcMillis, boolean useShortFormat, int flag) argument
414 getDurationString(Context context, long startUtcMillis, long endUtcMillis, boolean useShortFormat, boolean showDate, boolean showTime, int flag) argument

Completed in 39 milliseconds