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.java93 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testSetUserSelectedOutgoingPhoneAccount()
125 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingNoUserSelected()
143 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingNoUserSelected()
171 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingPhoneAccountOneOrMany()
207 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in testGetDefaultOutgoingPhoneAccountOneOrMany()
DBaseTelecomTestWithMockServices.java246 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in setupConnectionService()
263 TestUtils.setDefaultOutgoingPhoneAccount(getInstrumentation(), in tearDownConnectionService()
DTestUtils.java334 public static void setDefaultOutgoingPhoneAccount(Instrumentation instrumentation, in setDefaultOutgoingPhoneAccount() method in TestUtils