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()
394 if (addContact) { in placeOutgoingCall()
400 private Uri addIncoming(boolean disconnectImmediately, boolean addContact) throws Exception { in addIncoming() argument
404 if (addContact) { in addIncoming()
430 private void addIncomingAndVerifyAllowed(boolean addContact) throws Exception { in addIncomingAndVerifyAllowed() argument
431 Uri testNumber = addIncoming(true, addContact); in addIncomingAndVerifyAllowed()
450 if (addContact && mContactUri != null) { in addIncomingAndVerifyAllowed()
455 private void addIncomingAndVerifyBlocked(boolean addContact) throws Exception { in addIncomingAndVerifyBlocked() argument
456 Uri testNumber = addIncoming(false, addContact); in addIncomingAndVerifyBlocked()
[all …]