OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REMINDERS_INDEX_MINUTES
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java
172
private static final int
REMINDERS_INDEX_MINUTES
= 1;
394
int minutes = reminderCursor.getInt(
REMINDERS_INDEX_MINUTES
);
401
int minutes = reminderCursor.getInt(
REMINDERS_INDEX_MINUTES
);
[
all
...]
EditEvent.java
168
private static final int
REMINDERS_INDEX_MINUTES
= 1;
[
all
...]
Completed in 269 milliseconds