Searched refs:deleteContact (Results 1 – 3 of 3) sorted by relevance
387 assertEquals(1, TestUtils.deleteContact(mContentResolver, contactUri)); in placeOutgoingCall()448 assertEquals(1, TestUtils.deleteContact(mContentResolver, mContactUri)); in addIncomingAndVerifyAllowed()481 assertEquals(1, TestUtils.deleteContact(mContentResolver, mContactUri)); in addIncomingAndVerifyBlocked()
141 assertEquals(1, TestUtils.deleteContact(mContentResolver, contactUri)); in testBindsToCallScreeningServiceWhenContactExist()
711 public static int deleteContact(ContentResolver contentResolver, Uri deleteUri) { in deleteContact() method in TestUtils