Home
last modified time | relevance | path

Searched refs:emptyCounts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java36 final int emptyCounts[] = new int[]{}; in testNeedTrimming() local
37 assertFalse(GroupUtil.needTrimming(zeroCount, emptyPositions, emptyCounts)); in testNeedTrimming()