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

1 2 3 4 5 6 7

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/res/values/
navigation_items.xml 21 <item>Monthly</item>
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/res/values/
navigation_items.xml 21 <item>Monthly</item>
  /development/samples/browseable/AppUsageStatistics/res/values/
navigation_items.xml 21 <item>Monthly</item>
  /packages/apps/Calendar/res/values/
arrays.xml 244 <item >REPEAT MONTHLY</item>
248 <!-- The following sets of strings describe a monthly recurring event, which will repeat
253 <!-- Repeat a monthly event on the same nth day of every Sunday. [CHAR LIMIT=30] -->
261 <!-- Repeat a monthly event on the same nth day of every Monday. [CHAR LIMIT=30] -->
269 <!-- Repeat a monthly event on the same nth day of every Tuesday. [CHAR LIMIT=30] -->
277 <!-- Repeat a monthly event on the same nth day of every Wednesday. [CHAR LIMIT=30] -->
285 <!-- Repeat a monthly event on the same nth day of every Thursday. [CHAR LIMIT=30] -->
293 <!-- Repeat a monthly event on the same nth day of every Friday. [CHAR LIMIT=30] -->
301 <!-- Repeat a monthly event on the same nth day of every Saturday. [CHAR LIMIT=30] -->
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 70 assertTrue(StatsUsageInterval.MONTHLY == StatsUsageInterval.getValue("Monthly"));
  /developers/samples/android/system/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 70 assertTrue(StatsUsageInterval.MONTHLY == StatsUsageInterval.getValue("Monthly"));
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 143 verifyRecurType("FREQ=MONTHLY",
144 /* int freq */ EventRecurrence.MONTHLY,
438 verifyRecurType("FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1",
439 /* int freq */ EventRecurrence.MONTHLY,
    [all...]
RRuleTest.java 172 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY", "20060120", 5, "20060120,20060220,20060320,20060420,20060520,...");
288 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;COUNT=10;BYDAY=1FR", "19970905", 10, "19970905,19971003,19971107,19971205,19980102," + "19980206,19980306,19980403,19980501,19980605");
293 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;UNTIL=19971224T000000Z;BYDAY=1FR", "19970905", 4, "19970905,19971003,19971107,19971205");
298 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1SU", "19970907", 10, "19970907,19970928,19971102,19971130,19980104," + "19980125,19980301,19980329,19980503,19980531");
303 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;COUNT=6;BYDAY=-2MO", "19970922", 6, "19970922,19971020,19971117,19971222,19980119," + "19980216");
308 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;BYMONTHDAY=-3", "19970928", 6, "19970928,19971029,19971128,19971229,19980129,19980226,...");
313 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;COUNT=10;BYMONTHDAY=2,15", "19970902", 10, "19970902,19970915,19971002,19971015,19971102," + "19971115,19971202,19971215,19980102,19980115");
318 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;COUNT=10;BYMONTHDAY=1,-1", "19970930", 10, "19970930,19971001,19971031,19971101,19971130," + "19971201,19971231,19980101,19980131,19980201");
323 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;INTERVAL=18;COUNT=10;BYMONTHDAY=10,11,12,13,14,\n" + " 15", "19970910", 10, "19970910,19970911,19970912,19970913,19970914," + "19970915,19990310,19990311,19990312,19990313");
328 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;INTERVAL=2;BYDAY=TU", "19970902", 18, "19970902,19970909,19970916,19970923,19970930," + "19971104, (…)
    [all...]
RecurrenceProcessorTest.java 175 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;COUNT=3",
187 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;INTERVAL=2;COUNT=3",
201 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;INTERVAL=5;COUNT=5",
217 "FREQ=MONTHLY;UNTIL=20060201T200000Z;BYDAY=TU,WE",
238 "FREQ=MONTHLY;UNTIL=20060301T200000Z;BYDAY=+1SU,+2MO,+3TU,+4WE,+5MO,+5TU,+5WE,+6TH",
260 "FREQ=MONTHLY;UNTIL=20060301T200000Z;BYDAY=-1SU,-2MO,-3TU,-4TU,-4WE,-5MO,-5TU,-5WE,-6TH",
277 "FREQ=MONTHLY;UNTIL=20060301T200000Z;BYMONTHDAY=1,2,5,28,31",
293 "FREQ=MONTHLY;UNTIL=20060301T200000Z;BYMONTHDAY=-1,-5,-27,-28,-31",
307 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;COUNT=3",
336 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;COUNT=3\nFREQ=WEEKLY;COUNT=2"
    [all...]
RecurrenceSetTest.java 67 + "RRULE:FREQ=MONTHLY;COUNT=3\n"
69 verifyPopulateContentValues(recurrence, "FREQ=YEARLY;WKST=SU\nFREQ=MONTHLY;COUNT=3", null,
  /frameworks/base/docs/html/distribute/monetize/
subscriptions.jd 18 available on a recurring monthly or annual basis.
59 recommend monthly subscriptions. Annual subscriptions may exceed limits,
payments.jd 35 Users pay by charging their monthly carrier bills. The benefit of direct
37 common, as purchases are charged to your customers' monthly mobile phone
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 104 case EventRecurrence.MONTHLY: {
111 sb.append(r.getString(R.string.monthly));
118 return r.getString(R.string.monthly) + endString;
  /external/skia/site/dev/internal/
index.md 16 monthly updates and OKRs
  /frameworks/base/docs/html/distribute/stories/apps/
segundamano.jd 48 increase in their star rating, a 4.7% lift in monthly active users, and a 7%
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 151 * BYDAY AND BYMONTHDAY: How to repeat monthly events? Same date of the
298 EventRecurrence.MONTHLY,
356 // Or if -1 when it is the last monthly day of the week.
363 case EventRecurrence.MONTHLY:
379 * Monthly: For "repeat by nth day of week" the day of week to repeat is
381 * can handle only one and only in monthly
394 if (numOfByDayNum > 0 && er.freq != EventRecurrence.MONTHLY) {
404 if (er.freq == EventRecurrence.MONTHLY) {
424 case EventRecurrence.MONTHLY:
469 // Weekly: repeat by day of week or Monthly: repeat by nth day of wee
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values/
strings.xml 29 <string name="button_cmas_monthly_test">Send CMAS Monthly Test Alert</string>
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 38 public static final int MONTHLY = 6;
122 sParseFreqMap.put("MONTHLY", MONTHLY);
343 case MONTHLY:
344 s.append("MONTHLY");
417 * Determines whether this rule specifies a simple monthly rule by weekday, such as
418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month).
420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month),
423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every
430 if (this.freq != MONTHLY) {
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 42 <li>You can offer a configurable trial period for monthly and
104 games, or other content for a monthly or annual fee. To implement this solution,
154 relative to the monthly equivalent. </p>
170 <li>Monthly &mdash; Google Play bills the customer?s Google payments account at
171 the time of purchase and monthly subsequent to the purchase date (exact billing
193 monthly and annual subscriptions, billing cycles will always match subscription
244 <em>Country Gardener</em> app. He currently has a monthly subscription to the
291 <p>For example, Darcy has a monthly subscription to online content for the
359 promotion. For example, a news outlet might decide to offer both monthly and
402 it terminates the subscription. For example, if a user purchases a monthly
    [all...]
  /docs/source.android.com/src/security/bulletin/
index.jd 20 built from day one with security in mind. Monthly device updates are an
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-en-rAU/
strings.xml 30 <string name="button_cmas_monthly_test" msgid="6797479769988491996">"Send CMAS Monthly Test Alert"</string>
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-en-rGB/
strings.xml 30 <string name="button_cmas_monthly_test" msgid="6797479769988491996">"Send CMAS Monthly Test Alert"</string>

Completed in 354 milliseconds

1 2 3 4 5 6 7