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

  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 164 * @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 + "'");
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockGeneratorTest.java 552 Method[] allowedMethods = new Method[] {BigInteger.class.getMethod("toString", Integer.TYPE)};
556 for (Method method : allowedMethods) {

Completed in 408 milliseconds