Searched defs:allowedMethods (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEventViewUtils.java164 * @param allowedMethods Has the form "0,1,3", indicating method constants from Reminders.
167 String allowedMethods)
169 // Parse "allowedMethods".
170 String[] allowedStrings = allowedMethods.split(",");
178 "' in '" + allowedMethods + "'");
166 reduceMethodList(ArrayList<Integer> values, ArrayList<String> labels, String allowedMethods) argument

Completed in 2696 milliseconds