Searched refs:insertContact (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ThirdPartyCallScreeningServiceTest.java | 383 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall() 413 mContactUri = TestUtils.insertContact(mContentResolver, in addIncoming()
|
D | CallScreeningServiceTest.java | 127 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist()
|
D | ConnectionServiceTest.java | 376 Uri contactUri = TestUtils.insertContact(mContext.getContentResolver(), in testCallFilteringCompleteSignalInContacts()
|
D | TestUtils.java | 957 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 | 184 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
|