Searched refs:newSections (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 59 final String[] newSections = new String[]{"…", "A", "T", "Z", "#"}; in testUpdateBundle_smallSet() local 63 MoreAsserts.assertEquals("Wrong sections!", newSections, bundle.getStringArray(Contacts in testUpdateBundle_smallSet() 107 final String[] newSections = new String[]{"A", "H", "J", "K", "L", "M", "N", "O", "P", in testUpdateBundle_mediumSet() local 112 MoreAsserts.assertEquals("Wrong sections!", newSections, bundle.getStringArray(Contacts in testUpdateBundle_mediumSet()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | XmpUtil.java | 277 List<Section> newSections = new ArrayList<Section>(); in insertXMPSection() local 279 newSections.addAll(sections.subList(0, position)); in insertXMPSection() 280 newSections.add(xmpSection); in insertXMPSection() 281 newSections.addAll(sections.subList(position, sections.size())); in insertXMPSection() 282 return newSections; in insertXMPSection()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 260 final String[] newSections = clearEmptyString(sections); in updateBundle() local 261 bundle.putStringArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_TITLES, newSections); in updateBundle()
|