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

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 103 List<String> groupList = property.getGroupList();
104 if (groupList != null) {
105 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) {
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 589 ArrayList<String> groupList = new ArrayList<String>();
594 groupList.add(infos.get(i).name);
596 groupList.add(null);
598 groupList.add(grp);
604 doListPermissions(groupList, groups, labels, summary,
610 doListPermissions(groupList, groups, labels, summary,
617 doListPermissions(groupList, groups, labels, summary,
623 doListPermissions(groupList, groups, labels, summary,
634 private void doListPermissions(ArrayList<String> groupList,
638 for (int i=0; i<groupList.size(); i++)
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 417 milliseconds