Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DDefaultPhoneAccountTest.java113 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testSetUserSelectedOutgoingPhoneAccount()
145 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingNoUserSelected()
163 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingNoUserSelected()
191 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingPhoneAccountOneOrMany()
227 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingPhoneAccountOneOrMany()
DBaseTelecomTestWithMockServices.java420 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in setupConnectionService()
444 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in tearDownConnectionService()
683 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), handle); in setDefaultOutgoingPhoneAccountAndVerify()
DTestUtils.java542 public static void setDefaultOutgoingPhoneAccount(Instrumentation instrumentation, in setDefaultOutgoingPhoneAccount() method in TestUtils