// TODO: Want a test case that more predictably reproduce this issue. Selected
// 600 as this causes the problem 100% of the runs on current hw, it might not
// do so on some other configuration though.
for (int i = 0; i < 600; i++) {
mContentResolver.query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null);
}