Searched defs:timer (Results 1 – 14 of 14) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.java | 58 public static LabelDialogFragment newInstance(TimerObj timer, String label, String tag) { in newInstance() 80 final TimerObj timer = bundle.getParcelable(KEY_TIMER); in onCreateView() local 120 private void set(Alarm alarm, TimerObj timer, String tag) { in set() 143 void onDialogLabelSet(TimerObj timer, String label, String tag); in onDialogLabelSet()
|
D | DeskClock.java | 502 public void onDialogLabelSet(TimerObj timer, String label, String tag) { in onDialogLabelSet()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardSwitcher.java | 288 final TimerProxy timer = keyboardView.getTimerProxy(); in startDoubleTapTimer() local 298 final TimerProxy timer = keyboardView.getTimerProxy(); in cancelDoubleTapTimer() local 316 final TimerProxy timer = keyboardView.getTimerProxy(); in startLongPressTimer() local 326 final TimerProxy timer = keyboardView.getTimerProxy(); in cancelLongPressTimer() local
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerReceiver.java | 49 int timer; in onReceive() local 192 TimerObj timer = timersInUse.get(0); in showInUseNotification() local 203 TimerObj timer = getNextRunningTimer(timersInUse, false, now); in showInUseNotification() local
|
D | Timers.java | 80 TimerObj timer = it.next(); in timersInUse() local
|
D | TimerFragment.java | 854 public void setLabel(TimerObj timer, String label) { in setLabel() 860 getActivity().getApplicationContext(), timer); in setLabel() local
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
D | CountdownTimerPopup.java | 61 public void initialize(ListPreference timer, ListPreference beep) { in initialize()
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
D | SmsTest.java | 230 protected boolean sendAndReceiveMessage(String recipientNumber, long timer) in sendAndReceiveMessage()
|
/packages/apps/Email/src/com/android/email/ |
D | Throttle.java | 84 int maxTimeout, Clock clock, Timer timer) { in Throttle()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | PowerUsageSummary.java | 524 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); in processAppUsage() local 566 BatteryStats.Timer timer = sensor.getSensorTime(); in processAppUsage() local
|
/packages/apps/Camera/src/com/android/camera/ |
D | CameraSettings.java | 165 CountDownTimerPreference timer = in initPreference() local
|
D | PhotoModule.java | 1467 String timer = mPreferences.getString( in onShutterButtonClick() local
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | CameraSettings.java | 167 CountDownTimerPreference timer = in initPreference() local
|
D | PhotoModule.java | 1252 String timer = mPreferences.getString( in onShutterButtonClick() local
|