HomeSort by relevance Sort by last modified time
    Searched refs:groupList (Results 1 - 6 of 6) 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 145 Collection<ViewClassInfo> groupList = new ArrayList<ViewClassInfo>();
149 collectLayoutClasses(classLoader, attrsXmlParser, mainList, groupList,
158 ViewClassInfo[] layoutGroupsInfo = groupList.toArray(
159 new ViewClassInfo[groupList.size()]);
161 groupList.clear();
164 collectPreferenceClasses(classLoader, attrsXmlParser, mainList, groupList,
172 ViewClassInfo[] preferenceGroupsInfo = groupList.toArray(
173 new ViewClassInfo[groupList.size()]);
442 * @param groupList the Collection to receive the group list of {@link ViewClassInfo}.
448 Collection<ViewClassInfo> groupList,
    [all...]
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 443 final ArrayList<Event> groupList = new ArrayList<Event>();
464 // the column bit mask, and empty the groupList.
466 for (Event ev : groupList) {
471 groupList.clear();
482 groupList.add(event);
487 for (Event ev : groupList) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 92 milliseconds