Home
last modified time | relevance | path

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

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DTimerFormat.java113 public static String getTimeString(long time) { in getTimeString() method in TimerFormat
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DSetTimerActivity.java149 .setContentText(TimerFormat.getTimeString(duration)) in buildNotification()