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