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

  /external/chromium_org/courgette/
courgette_tool.cc 453 std::string repeat_switch = command_line.GetSwitchValueASCII("repeat"); local
454 if (!repeat_switch.empty())
455 if (!base::StringToInt(repeat_switch, &repeat_count))
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 666 mRepeatSwitch = (Switch) mView.findViewById(R.id.repeat_switch);
    [all...]

Completed in 54 milliseconds