Searched defs:timer (Results 1 – 13 of 13) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragmentAdapter.java | 54 public void addTimer(TimerObj timer) { in addTimer() 83 TimerObj timer = mTimerList.get(i); in deleteTimer() local 102 TimerObj timer = mTimerList.get(i); in getTimerPosition() local
|
D | TimerFragment.java | 366 private void setTimerViewFabIcon(TimerObj timer) { in setTimerViewFabIcon() 607 final TimerObj timer = getCurrentTimer(); in onLeftButtonClick() local 631 private void deleteTimer(TimerObj timer) { in deleteTimer() 722 public void setLabel(TimerObj timer, String label) { in setLabel()
|
D | TimerReceiver.java | 272 TimerObj timer = timersInUse.get(0); in showInUseNotification() local 282 TimerObj timer = getNextRunningTimer(timersInUse, false, now); in showInUseNotification() local
|
D | TimerObj.java | 261 final TimerObj timer = new TimerObj(); in getTimerFromSharedPrefs() local 285 final TimerObj timer = getTimerFromSharedPrefs(prefs, timerId); in getTimersFromSharedPrefs() local
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.java | 60 public static LabelDialogFragment newInstance(TimerObj timer, String label, String tag) { in newInstance() 80 final TimerObj timer = bundle.getParcelable(KEY_TIMER); in onCreateDialog() local 137 private void set(Alarm alarm, TimerObj timer, String tag) { in set() 165 private void set(TimerObj timer, String tag, String label) { in set() 187 void onDialogLabelSet(TimerObj timer, String label, String tag); in onDialogLabelSet()
|
D | HandleDeskClockApiCalls.java | 241 final TimerObj timer; in doInBackground() local
|
D | HandleApiCalls.java | 348 TimerObj timer = null; in handleSetTimer() local
|
D | DeskClock.java | 567 public void onDialogLabelSet(TimerObj timer, String label, String tag) { in onDialogLabelSet()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ActionServiceImpl.java | 302 final LoggingTimer timer = createLoggingTimer(action, "#executeAction"); in executeAction() local 316 final LoggingTimer timer = createLoggingTimer(action, "#processBackgroundResponse"); in processBackgroundResponse() local 328 final LoggingTimer timer = createLoggingTimer(action, "#processBackgroundFailure"); in processBackgroundFailure() local
|
D | BackgroundWorkerService.java | 142 final LoggingTimer timer = new LoggingTimer( in doBackgroundWork() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | Throttle.java | 86 int maxTimeout, Clock clock, Timer timer) { in Throttle()
|
/packages/apps/Camera/src/com/android/camera/ |
D | CameraSettings.java | 164 CountDownTimerPreference timer = in initPreference() local
|
D | PhotoModule.java | 1467 String timer = mPreferences.getString( in onShutterButtonClick() local
|