Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestRcsCapabilityExchangeImpl.java48 void execute(Uri contactUri, Set<String> myCapabilities, OptionsResponseCallback callback) in execute() argument
101 public void sendOptionsCapabilityRequest(Uri contactUri, Set<String> myCapabilities, in sendOptionsCapabilityRequest() argument
104 mOptionsOperation.execute(contactUri, myCapabilities, callback); in sendOptionsCapabilityRequest()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallScreeningServiceTest.java127 Uri contactUri = TestUtils.insertContact(mContentResolver, in testBindsToCallScreeningServiceWhenContactExist() local
140 assertEquals(1, TestUtils.deleteContact(mContentResolver, contactUri)); in testBindsToCallScreeningServiceWhenContactExist()
DThirdPartyCallScreeningServiceTest.java381 Uri contactUri = null; in placeOutgoingCall() local
383 contactUri = TestUtils.insertContact(mContentResolver, in placeOutgoingCall()
402 assertEquals(1, TestUtils.deleteContact(mContentResolver, contactUri)); in placeOutgoingCall()
DConnectionServiceTest.java376 Uri contactUri = TestUtils.insertContact(mContext.getContentResolver(), in testCallFilteringCompleteSignalInContacts() local
414 TestUtils.deleteContact(mContext.getContentResolver(), contactUri); in testCallFilteringCompleteSignalInContacts() local
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_ContactsTest.java103 Uri contactUri = contact.getUri(); in testLookupUri() local
117 Uri lookupUri2 = Contacts.getLookupUri(mResolver, contactUri); in testLookupUri()
121 assertEquals(contactUri, contactUri2); in testLookupUri()