Home | History | Annotate | Download | only in calendar

Lines Matching defs:strings

777         String[] strings = r.getStringArray(R.array.reminder_minutes_values);
778 int size = strings.length;
781 list.add(Integer.parseInt(strings[i]));