HomeSort by relevance Sort by last modified time
    Searched defs:repeatString (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 460 String repeatString;
463 repeatString = EventRecurrenceFormatter.getRepeatString(mActivity, r,
466 if (repeatString == null) {
467 repeatString = r.getString(R.string.custom);
478 repeatString = r.getString(R.string.does_not_repeat);
482 mRruleButton.setText(repeatString);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]

Completed in 160 milliseconds