Searched refs:insertContact (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallScreeningServiceTest.java | 128 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist()
|
D | ThirdPartyCallScreeningServiceTest.java | 378 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall() 405 mContactUri = TestUtils.insertContact(mContentResolver, in addIncoming()
|
D | ConnectionServiceTest.java | 359 Uri contactUri = TestUtils.insertContact(mContext.getContentResolver(), in testCallFilteringCompleteSignalInContacts()
|
D | TestUtils.java | 772 public static Uri insertContact(ContentResolver contentResolver, String phoneNumber) in insertContact() method in TestUtils
|
/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
|