Home
last modified time | relevance | path

Searched refs:insertContact (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java165 insertContact(PRIMARY_CONTACT_DISPLAY_NAME, PRIMARY_CONTACT_PHONE, in testPrimaryProfilePhoneAndEmailLookup_insertedAndfound()
190 insertContact(MANAGED_CONTACT_DISPLAY_NAME, in testManagedProfilePhoneAndEmailLookup_insertedAndfound()
216 insertContact(PRIMARY_CONTACT_DISPLAY_NAME_2, in testPrimaryProfileDuplicatedPhoneEmailContact_insertedAndfound()
241 insertContact(MANAGED_CONTACT_DISPLAY_NAME_2, SHARED_CONTACT_PHONE, in testManagedProfileDuplicatedPhoneEmailContact_insertedAndfound()
1037 private void insertContact(String displayName, String phoneNumber, String email, in insertContact() method in ContactsTest
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java378 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall()
402 mContactUri = TestUtils.insertContact(mContentResolver, in addIncoming()
DCallScreeningServiceTest.java128 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist()
DTestUtils.java684 public static Uri insertContact(ContentResolver contentResolver, String phoneNumber) in insertContact() method in TestUtils