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