Home
last modified time | relevance | path

Searched refs:withSeconds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DUtils.java991 public static String formatElapsedTime(Context context, double millis, boolean withSeconds) { in formatElapsedTime() argument
994 if (!withSeconds) { in formatElapsedTime()
1012 if (withSeconds) { in formatElapsedTime()