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.java377 private void placeOutgoingCall(boolean addContact) throws Exception { in placeOutgoingCall() argument
382 if (addContact) { in placeOutgoingCall()
401 if (addContact) { in placeOutgoingCall()
407 private Uri addIncoming(boolean disconnectImmediately, boolean addContact, in addIncoming() argument
412 if (addContact) { in addIncoming()
445 private void addIncomingAndVerifyAllowed(boolean addContact) throws Exception { in addIncomingAndVerifyAllowed() argument
446 Uri testNumber = addIncoming(true, addContact, false); in addIncomingAndVerifyAllowed()
465 if (addContact && mContactUri != null) { in addIncomingAndVerifyAllowed()
470 private void addIncomingAndVerifyBlocked(boolean addContact) throws Exception { in addIncomingAndVerifyBlocked() argument
471 Uri testNumber = addIncoming(false, addContact, false); in addIncomingAndVerifyBlocked()
[all …]