Home
last modified time | relevance | path

Searched defs:timeLeft (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerReceiver.java263 long timeLeft = timerIsTicking ? timer.getTimesupTime() - now : timer.mTimeLeft; in showInUseNotification() local
280 long timeLeft = completionTime - now; in showInUseNotification() local
355 private String buildTimeRemaining(Context context, long timeLeft) { in buildTimeRemaining()
396 long timeLeft = timesupTime - now; in getNextRunningTimer() local
DTimerItemFragment.java68 final long timeLeft = mTimerObj.updateTimeLeft(false); in onCreateView() local
DTimerListItem.java61 public void set(long timerLength, long timeLeft, boolean drawRed) { in set()
DTimerFullScreenFragment.java215 long timeLeft = o.updateTimeLeft(false); in getView() local
785 long timeLeft = t.updateTimeLeft(false); in onPlusOneButtonPressed() local
DTimerFragment.java710 long timeLeft = t.updateTimeLeft(false); in onPlusOneButtonPressed() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java290 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPinnedHeaderListView.java552 int timeLeft = (int)(header.targetTime - currentTime); in drawHeader() local