Searched refs:assertRawContactVisible (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java229 public void assertRawContactVisible(long rawContactId, boolean expected) { method in class:GroupsTest
283 assertRawContactVisible(rawContactId, true);
296 assertRawContactVisible(rawContactId1, true);
297 assertRawContactVisible(rawContactId2, false);
306 assertRawContactVisible(rawContactId1, true);
307 assertRawContactVisible(rawContactId2, true);
319 assertRawContactVisible(rawContactId, false);
328 assertRawContactVisible(rawContactId, true);
339 assertRawContactVisible(rawContactId1, false);
340 assertRawContactVisible(rawContactId
[all...]

Completed in 53 milliseconds