Searched refs:useShortFormat (Results 1 – 2 of 2) sorted by relevance
/packages/apps/TV/tests/robotests/src/com/android/tv/util/ |
D | UtilsTest.java | 354 for (boolean useShortFormat : PARAM_USE_SHORT_FORMAT) { in testEndOfDay() 362 useShortFormat, in testEndOfDay() 371 useShortFormat, in testEndOfDay() 433 for (boolean useShortFormat : PARAM_USE_SHORT_FORMAT) { in testMidnight() 441 useShortFormat, in testMidnight() 450 useShortFormat, in testMidnight()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | Utils.java | 368 Context context, long startUtcMillis, long endUtcMillis, boolean useShortFormat) { in getDurationString() argument 374 useShortFormat); in getDurationString() 393 boolean useShortFormat) { in getDurationString() argument 399 useShortFormat, in getDurationString() 409 boolean useShortFormat, in getDurationString() argument 415 useShortFormat, in getDurationString() 429 boolean useShortFormat, in getDurationString() argument 435 | ((useShortFormat) ? DateUtils.FORMAT_NUMERIC_DATE : 0); in getDurationString() 447 if (startUtcMillis != endUtcMillis && useShortFormat) { in getDurationString()
|