Searched refs:newCounts (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 60 final int[] newCounts = new int[]{1, 3, 4, 1, 2}; in testUpdateBundle_smallSet() local 67 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_smallSet() 109 final int[] newCounts = new int[]{1, 8, 140, 58, 37, 65, 15, 2, 55, 72, 63, 44, 14, 25}; in testUpdateBundle_mediumSet() local 116 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_mediumSet()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | CompositeListAdapter.java | 77 int[] newCounts = new int[newCapacity]; in addAdapter() local 78 System.arraycopy(mCounts, 0, newCounts, 0, mSize); in addAdapter() 79 mCounts = newCounts; in addAdapter()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 262 final int[] newCounts = clearZeros(counts); in updateBundle() local 263 bundle.putIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS, newCounts); in updateBundle()
|