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

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 68 assertTrue(StatsUsageInterval.DAILY == StatsUsageInterval.getValue("Daily"));
  /developers/samples/android/system/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 68 assertTrue(StatsUsageInterval.DAILY == StatsUsageInterval.getValue("Daily"));
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 101 verifyRecurType("FREQ=DAILY",
102 /* int freq */ EventRecurrence.DAILY,
186 verifyRecurType("FREQ=DAILY;UNTIL=112233T223344Z",
187 /* int freq */ EventRecurrence.DAILY,
208 verifyRecurType("FREQ=DAILY;COUNT=334",
209 /* int freq */ EventRecurrence.DAILY,
230 verifyRecurType("FREQ=DAILY;INTERVAL=5000",
231 /* int freq */ EventRecurrence.DAILY,
252 verifyRecurType("FREQ=DAILY"
262 /* int freq */ EventRecurrence.DAILY,
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 36 public static final int DAILY = 4;
120 sParseFreqMap.put("DAILY", DAILY);
337 case DAILY:
338 s.append("DAILY");
    [all...]
RecurrenceProcessor.java 222 if (EventRecurrence.DAILY >= freq) {
489 * Only call this if the r.freq > DAILY. Otherwise, we should be
787 case EventRecurrence.DAILY:
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 DAILY("Daily", UsageStatsManager.INTERVAL_DAILY),
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 DAILY("Daily", UsageStatsManager.INTERVAL_DAILY),
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
AppUsageStatisticsFragment.java 211 DAILY("Daily", UsageStatsManager.INTERVAL_DAILY),
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 61 case EventRecurrence.DAILY:
62 return r.getQuantityString(R.plurals.daily, interval, interval) + endString;
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 91 // Should match EventRecurrence.DAILY, etc
296 EventRecurrence.DAILY,
362 case EventRecurrence.DAILY:
421 case EventRecurrence.DAILY:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h 119 } DAILY;
138 DAILY Daily;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]

Completed in 575 milliseconds