OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reminder
(Results
1 - 25
of
164
) sorted by null
1
2
3
4
5
6
7
/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
...]
/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/v8/src/
DEPS
23
# for including it in any .h files though. This rule is just a
reminder
,
/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
/development/samples/training/notify-user/res/values/
strings.xml
38
<string name="reminder_label">
Reminder
Text</string>
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
GeneratorStrategy.java
39
* AbstractClassGenerator}, so this is a
reminder
that you should
NamingPolicy.java
38
* AbstractClassGenerator}, so this is a
reminder
that you should
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackFilter.java
39
* the <code>Enhancer</code> will use, so this is a
reminder
that
/packages/apps/Calendar/res/values/
strings.xml
53
<!--
Reminder
format strings -->
55
<!-- This is the label for a 1-minute
reminder
. -->
62
This is the number of minutes displayed for a calendar
reminder
. For example,
63
a
reminder
of 10 minutes would be displayed as '10 mins'. The translation
66
<!-- This is the label for a 1-minute
reminder
. -->
72
<!-- This is the number of hours displayed for a calendar
reminder
. For example,
73
a
reminder
of 1 hour would be displayed as '1 hour'. The translation
76
<!-- This is the label for a 1-hour
reminder
. -->
78
<!-- This is the label for a
reminder
of 2 or more hours. The actual number of
82
<!-- This is the number of days displayed for a calendar
reminder
. For example
[
all
...]
/frameworks/base/docs/html/training/notify-user/
expanded.jd
74
<li>A way to view the
reminder
text the user set as part of the timer.</li>
136
view to be "big text," and sets its content to be the
reminder
message. It uses
151
* text (the user's
reminder
message) that will be displayed
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java
73
// (1) so that the concurrent
reminder
broadcast from the provider doesn't result
85
// We really need to query for
reminder
times that fall in some interval, but
86
// the Reminders table only stores the
reminder
interval (10min, 15min, etc), and
174
* the alarm for the next upcoming
reminder
.
243
// Process the reminders query results to find the next
reminder
time.
279
// Schedule the alarm for the next
reminder
time.
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/uiflows/
EncryptionControllerTest.java
93
// WHEN setting an encryption
reminder
110
// WHEN setting an encryption
reminder
189
// WHEN cancelling the provisioning
reminder
/development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java
46
// Gets the
reminder
text the user entered.
/external/blktrace/
blktrace_api.h
26
BLK_TC_END = 1 << 15, /* only 16-bits,
reminder
*/
/external/fio/
blktrace_api.h
26
BLK_TC_END = 1 << 15, /* only 16-bits,
reminder
*/
Completed in 1096 milliseconds
1
2
3
4
5
6
7