Searched refs:MAX_STREAM_ITEMS_PER_RAW_CONTACT (Results 1 – 1 of 1) sorted by relevance
256 private static final int MAX_STREAM_ITEMS_PER_RAW_CONTACT = 5; field in ContactsProvider23104 if (streamItemCount <= MAX_STREAM_ITEMS_PER_RAW_CONTACT) { in cleanUpOldStreamItems()3110 while (c.getPosition() >= MAX_STREAM_ITEMS_PER_RAW_CONTACT) { in cleanUpOldStreamItems()6139 new Object[] {MAX_STREAM_ITEMS_PER_RAW_CONTACT}); in queryLocal()