Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java372 private void placeOutgoingCall(boolean addContact) throws Exception { in placeOutgoingCall() argument
377 if (addContact) { in placeOutgoingCall()
386 if (addContact) { in placeOutgoingCall()
397 private Uri addIncoming(boolean disconnectImmediately, boolean addContact) throws Exception { in addIncoming() argument
401 if (addContact) { in addIncoming()
427 private void addIncomingAndVerifyAllowed(boolean addContact) throws Exception { in addIncomingAndVerifyAllowed() argument
428 Uri testNumber = addIncoming(true, addContact); in addIncomingAndVerifyAllowed()
447 if (addContact && mContactUri != null) { in addIncomingAndVerifyAllowed()
452 private void addIncomingAndVerifyBlocked(boolean addContact) throws Exception { in addIncomingAndVerifyBlocked() argument
453 Uri testNumber = addIncoming(false, addContact); in addIncomingAndVerifyBlocked()
[all …]