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

  /packages/apps/Contacts/tests/src/com/android/contacts/group/
GroupUtilTest.java 59 final String[] newSections = new String[]{"?", "A", "T", "Z", "#"};
63 MoreAsserts.assertEquals("Wrong sections!", newSections, bundle.getStringArray(Contacts
107 final String[] newSections = new String[]{"A", "H", "J", "K", "L", "M", "N", "O", "P",
112 MoreAsserts.assertEquals("Wrong sections!", newSections, bundle.getStringArray(Contacts
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 277 List<Section> newSections = new ArrayList<Section>();
279 newSections.addAll(sections.subList(0, position));
280 newSections.add(xmpSection);
281 newSections.addAll(sections.subList(position, sections.size()));
282 return newSections;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupUtil.java 262 final String[] newSections = clearEmptyString(sections);
263 bundle.putStringArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES, newSections);
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 478 milliseconds