Searched defs:paramListCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java908 * @param paramListCount number of alternate filters it will search (including the current one).
910 protected void cacheCurrentEntriesIfNeeded(int newEntryCount, int paramListCount) { argument
911 if (newEntryCount == 0 && paramListCount > 1) {

Completed in 236 milliseconds