Searched refs:insertContact (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ContactsTest.java | 165 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/ |
D | ThirdPartyCallScreeningServiceTest.java | 378 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall() 402 mContactUri = TestUtils.insertContact(mContentResolver, in addIncoming()
|
D | CallScreeningServiceTest.java | 128 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist()
|
D | TestUtils.java | 684 public static Uri insertContact(ContentResolver contentResolver, String phoneNumber) in insertContact() method in TestUtils
|