Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatches.java73 b.append(getTimeText(context, laps[lapsNum-i], i)); in buildShareResults()
80 return buildShareResults(context, getTimeText(context, time, NO_LAP_NUMBER), laps); in buildShareResults()
87 public static String getTimeText(Context context, long time, int lap) { in getTimeText() method in Stopwatches
/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsDetails.java142 entry.getTimeText(res, true)); in refreshUi()
DAppOpsCategory.java297 item.getTimeText(mResources, false)); in getView()
DAppOpsState.java357 public CharSequence getTimeText(Resources res, boolean showEmptyText) { in getTimeText() method in AppOpsState.AppOpEntry