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

  /dalvik/tests/030-bad-finalizer/src/
BadFinalizer.java 7 public static void snooze(int ms) { method in class:BadFinalizer
11 System.out.println("Snooze: " + ie.getMessage());
29 snooze(10000);
Main.java 17 BadFinalizer.snooze(4000);
  /dalvik/tests/048-server-socket/src/
Main.java 11 private static void snooze(int sec) { method in class:Main
30 snooze(1);
40 snooze(1);
  /dalvik/tests/036-finalizer/src/
Main.java 12 private static void snooze(int ms) { method in class:Main
16 System.out.println("Snooze: " + ie.getMessage());
90 snooze(1000);
102 snooze(1000);
  /external/qemu/distrib/sdl-1.2.15/src/timer/beos/
SDL_systimer.c 47 snooze(ms*1000);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 80 snooze();
145 // Register to get the alarm killed/snooze/dismiss intent.
193 // Attempt to snooze this alert.
194 private void snooze() { method in class:AlarmAlertFullScreen
196 Log.v("AlarmAlertFullScreen - snooze");
199 final String snooze = local
202 int snoozeMinutes = Integer.parseInt(snooze);
209 // Get the display time for the snooze and update the notification.
243 // Intentionally log the snooze time for debugging.
246 // Display the snooze minutes in a toast
353 snooze(); method
398 snooze(); method
    [all...]
  /external/qemu/slirp/
misc.h 81 void snooze _P((void));
misc.c 465 snooze()
  /external/qemu/slirp-android/
misc.h 77 void snooze _P((void));
misc.c 429 snooze()
  /external/valgrind/main/auxprogs/
valgrind-listener.c 161 static void snooze ( void ) function
300 snooze();
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 26 * PingService creates a notification that includes 2 buttons: one to snooze the
55 // ping, snooze, and dismiss.
61 // Sets a snooze-specific "done snoozing" message.
73 // Sets up the Snooze and Dismiss action buttons that will appear in the
102 getString(R.string.snooze), piSnooze);
  /external/openssl/crypto/rand/
rand_unix.c 300 * try to read something and snooze if we couldn't */
352 snooze(t.tv_usec);
  /external/libxml2/
threads.c 486 snooze(1);

Completed in 964 milliseconds