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

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 104 List<String> groupList = property.getGroupList();
105 if (groupList != null) {
106 propNode.propGroupSet.addAll(groupList);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 147 Collection<ViewClassInfo> groupList = new ArrayList<ViewClassInfo>();
151 collectLayoutClasses(classLoader, attrsXmlParser, mainList, groupList,
160 ViewClassInfo[] layoutGroupsInfo = groupList.toArray(
161 new ViewClassInfo[groupList.size()]);
163 groupList.clear();
166 collectPreferenceClasses(classLoader, attrsXmlParser, mainList, groupList,
174 ViewClassInfo[] preferenceGroupsInfo = groupList.toArray(
175 new ViewClassInfo[groupList.size()]);
446 * @param groupList the Collection to receive the group list of {@link ViewClassInfo}.
452 Collection<ViewClassInfo> groupList,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 449 final ArrayList<Event> groupList = new ArrayList<Event>();
470 // the column bit mask, and empty the groupList.
472 for (Event ev : groupList) {
477 groupList.clear();
488 groupList.add(event);
493 for (Event ev : groupList) {
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 527 ArrayList<String> groupList = new ArrayList<String>();
532 groupList.add(infos.get(i).name);
534 groupList.add(null);
536 groupList.add(grp);
542 doListPermissions(groupList, groups, labels, summary,
548 doListPermissions(groupList, groups, labels, summary,
555 doListPermissions(groupList, groups, labels, summary,
561 doListPermissions(groupList, groups, labels, summary,
570 private void doListPermissions(ArrayList<String> groupList,
574 for (int i=0; i<groupList.size(); i++)
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 95 milliseconds