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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 171 Collection<ViewClassInfo> groupList = new ArrayList<ViewClassInfo>();
175 collectLayoutClasses(classLoader, attrsXmlParser, mainList, groupList,
184 ViewClassInfo[] layoutGroupsInfo = groupList.toArray(
185 new ViewClassInfo[groupList.size()]);
187 groupList.clear();
190 collectPreferenceClasses(classLoader, attrsXmlParser, mainList, groupList,
198 ViewClassInfo[] preferenceGroupsInfo = groupList.toArray(
199 new ViewClassInfo[groupList.size()]);
492 * @param groupList the Collection to receive the group list of {@link ViewClassInfo}.
498 Collection<ViewClassInfo> groupList,
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 383 ArrayList<String> groupList = new ArrayList<String>();
388 groupList.add(infos.get(i).name);
390 groupList.add(null);
392 groupList.add(grp);
398 doListPermissions(groupList, groups, labels, summary,
404 doListPermissions(groupList, groups, labels, summary,
411 doListPermissions(groupList, groups, labels, summary,
417 doListPermissions(groupList, groups, labels, summary,
426 private void doListPermissions(ArrayList<String> groupList,
430 for (int i=0; i<groupList.size(); i++)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 417 ArrayList<Event> groupList = new ArrayList<Event>();
458 // the column bit mask, and empty the groupList.
460 for (Event ev : groupList) {
465 groupList.clear();
476 groupList.add(event);
481 for (Event ev : groupList) {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 123 milliseconds