HomeSort by relevance Sort by last modified time
    Searched refs:TIMERS (Results 1 - 7 of 7) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerService.java 31 import static com.android.deskclock.uidata.UiDataModel.Tab.TIMERS;
35 * to alter the state of timers without disturbing the notification shade. If an activity were used
37 * notification shade which clashes with the use case of starting/pausing/resetting timers without
41 * timers in the foreground. This keeps the entire application in the foreground and thus prevents
42 * the operating system from killing it while expired timers are firing.</p>
48 /** Shows the tab with timers; scrolls to a specific timer. */
50 /** Pauses running timers; resets expired timers. */
150 // Change to the timers tab.
151 UiDataModel.getUiDataModel().setSelectedTab(TIMERS);
    [all...]
TimerFragment.java 60 import static com.android.deskclock.uidata.UiDataModel.Tab.TIMERS;
63 * Displays a vertical list of timers in all states.
74 /** Scheduled to update the timers while at least one is running. */
77 /** Updates the {@link #mPageIndicators} in response to timers being added or removed. */
93 * @return an Intent that selects the timers tab with the setup screen for a new timer in place.
101 super(TIMERS);
158 // A specific timer must be shown; show the list of timers.
161 // No timers exist, a timer is being created, or the last view was timer setup;
170 // Otherwise, default to showing the list of timers.
203 // A specific timer must be shown; show the list of timers
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 57 import static com.android.deskclock.uidata.UiDataModel.Tab.TIMERS;
61 * that apply to alarms and timers. Its definition in AndroidManifest.xml requires callers to hold
417 LOGGER.e("Could not dismiss timer: no expired timers");
444 final List<Timer> timers = DataModel.getDataModel().getTimers(); local
445 if (!timers.isEmpty()) {
446 final Timer newestTimer = timers.get(timers.size() - 1);
450 // Open DeskClock positioned on the timers tab.
451 UiDataModel.getUiDataModel().setSelectedTab(TIMERS);
458 // Change to the timers tab
    [all...]
DeskClock.java 64 * clocks, timers and a stopwatch.
664 case TIMERS:
  /packages/apps/DeskClock/src/com/android/deskclock/uidata/
UiDataModel.java 44 TIMERS(TimerFragment.class, R.drawable.ic_tab_timer, R.string.menu_timer),
  /system/nfc/src/gki/common/
gki_time.cc 24 #error NO TIMERS: Must define at least 1 timer in the system!
169 ** it's four general purpose timers. Any of the four timers
221 ** Note that this works when no timers are active since
265 * timers */
277 ** it's four general purpose timers. There is no harm in
344 ** Description This function is called by an OS to drive the GKI's timers.
346 ** update the timers for all tasks, and check for timeouts.
368 /* If any timers are running in any tasks, decrement the remaining time til
414 /* Check for OS Task Timers */
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 834 milliseconds