Home
last modified time | relevance | path

Searched defs:subscripts (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java53 final Integer[] subscripts = new Integer[]{1, 2, 5, 7, 8, 10, 11, 15, 16, 17, 18}; in testUpdateBundle_smallSet() local
77 final Integer[] subscripts = new Integer[]{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in testUpdateBundle_mediumSet() local
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java252 List<Integer> subscripts, String[] sections, int[] counts) { in updateBundle()