Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java383 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall()
413 mContactUri = TestUtils.insertContact(mContentResolver, in addIncoming()
DCallScreeningServiceTest.java127 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist()
DConnectionServiceTest.java376 Uri contactUri = TestUtils.insertContact(mContext.getContentResolver(), in testCallFilteringCompleteSignalInContacts()
DTestUtils.java957 public static Uri insertContact(ContentResolver contentResolver, String phoneNumber) in insertContact() method in TestUtils
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java184 insertContact(PRIMARY_CONTACT_DISPLAY_NAME, PRIMARY_CONTACT_PHONE, in testPrimaryProfilePhoneAndEmailLookup_insertedAndfound()
209 insertContact(MANAGED_CONTACT_DISPLAY_NAME, in testManagedProfilePhoneAndEmailLookup_insertedAndfound()
235 insertContact(PRIMARY_CONTACT_DISPLAY_NAME_2, in testPrimaryProfileDuplicatedPhoneEmailContact_insertedAndfound()
260 insertContact(MANAGED_CONTACT_DISPLAY_NAME_2, SHARED_CONTACT_PHONE, in testManagedProfileDuplicatedPhoneEmailContact_insertedAndfound()
1154 private void insertContact(String displayName, String phoneNumber, String email, in insertContact() method in ContactsTest