HomeSort by relevance Sort by last modified time
    Searched refs:ALLOWANCE_FOR_DUPLICATES (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 83 private static final int ALLOWANCE_FOR_DUPLICATES = 5;
236 String.valueOf(getLimit() + ALLOWANCE_FOR_DUPLICATES))
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 79 static final int ALLOWANCE_FOR_DUPLICATES = 5;
    [all...]
RecipientAlternatesAdapter.java 315 String.valueOf(limit + BaseRecipientAdapter.ALLOWANCE_FOR_DUPLICATES));

Completed in 4792 milliseconds