HomeSort by relevance Sort by last modified time
    Searched full:reminder (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /art/test/701-easy-div-rem/
info.txt 1 Simple tests for checking easy division/reminder for int and longs.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 36 * Manages alert reminder notification.
41 /** Action to wake up and play alert reminder sound. */
45 * Pending intent for alert reminder. This is static so that we don't have to start the
51 * Alert reminder for current ringtone being played.
68 log("playing alert reminder");
81 * Use the RingtoneManager to play the alert reminder sound.
87 loge("Can't get URI for alert reminder sound");
94 log("playing alert reminder sound");
97 loge("can't get Ringtone for alert reminder sound");
102 * Helper method to start the alert reminder service to queue the alert reminder
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextMainActivity.java 27 * Template class meant to include functionality for your Reminder/Alarm App. (This project's main
43 // TODO: Handle and display reminder from your database
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlarmSchedulerTest.java 57 * Contains info for a test event and its reminder.
75 * Adds event/reminder data for testing. These will always be returned in the mocked
233 // Set up mock test data for a reminder greater than 1 day in the future.
248 // Set up multiple events where a later event time has an earlier reminder time.
254 // Expect event 2's reminder.
266 // Event in 3 days, with a 2 day reminder
268 (int) DateUtils.DAY_IN_MILLIS * 2 / (1000 * 60) /* 2 day reminder */);
269 // Event for tomorrow, with a 2 day reminder
271 (int) DateUtils.DAY_IN_MILLIS * 2 / (1000 * 60) /* 2 day reminder */);
273 // Expect the reminder for the top event because the reminder time for the botto
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java 42 * <p>An encryption reminder can be scheduled using {@link #setEncryptionReminder}. This will store
45 * sent. The reminder can be cancelled using {@link #cancelEncryptionReminder}.
49 private static final String BOOT_REMINDER_INTENT_STORE_NAME = "boot-reminder";
106 ProvisionLogger.logd("Setting provisioning reminder for action: "
121 * Cancel the encryption reminder to avoid further resumption of encryption.
124 ProvisionLogger.logd("Cancelling provisioning reminder.");
191 /** Create and show the provisioning reminder notification. */
  /external/llvm/test/Other/
can-execute.txt 14 test, but for now this test serves as a reminder to audit all the callers if
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye_unittest.cc 120 for (size_t reminder = 0; reminder < 4; ++reminder) {
121 const std::string kReason(4 + reminder, 'a' + reminder);
  /external/hamcrest/src/org/hamcrest/
Matcher.java 39 * This method simply acts a friendly reminder not to implement Matcher directly and
  /external/skia/fuzz/
FuzzScaleToSides.cpp 8 // Reminder of how to run:
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
AbstractConstruct.java 28 * Fail with a reminder to provide the seconds step for a recursive
  /external/vboot_reference/tests/
rbtest.conf 13 # Reminder: rollback_index_test only works with TPM-agnostic firmware.
  /packages/apps/Calendar/res/layout/
agenda_reminder_item.xml 31 <TextView android:id="@+id/reminder"
  /system/connectivity/shill/test-scripts/
payment_failed.html 49 // call is commented out. It is left as a reminder of what should happen.
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 108 * Extracts reminder minutes info from UI elements.
113 * @return Array with reminder data.
201 * Set the list of labels on a reminder spinner.
214 * Adds a reminder to the displayed list of reminders. The values/labels
217 * reminder, false if no reminders can be added.
220 * spinners in the reminder. If a listener is set it will store the
280 * Enables/disables the 'add reminder' button depending on the current number of
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.
  /development/samples/browseable/WearNotifications/Application/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.
  /development/samples/browseable/WearNotifications/Wearable/res/values/
strings.xml 28 This Activity would handle the reminder app\'s functionality.

Completed in 2089 milliseconds

1 2 3 4 5 6 7 8