Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
DPhoneAccountRegistrarTest.java115 assertEquals(null, mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testAccounts()
155 assertNull(mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
164 mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
173 defaultAccount = mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_SIP); in testDefaultOutgoing()
175 defaultAccount = mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
184 defaultAccount = mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL); in testDefaultOutgoing()
189 assertNull(mRegistrar.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in testDefaultOutgoing()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomService.java185 public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { in getDefaultOutgoingPhoneAccount() method in TelecomService.TelecomServiceImpl
190 mPhoneAccountRegistrar.getDefaultOutgoingPhoneAccount(uriScheme); in getDefaultOutgoingPhoneAccount()
DCreateConnectionProcessor.java332 getDefaultOutgoingPhoneAccount(mCall.getHandle().getScheme()) in adjustAttemptsForEmergency()
DBluetoothPhoneService.java877 registry.getDefaultOutgoingPhoneAccount(PhoneAccount.SCHEME_TEL)); in getBestPhoneAccount()
DCallsManager.java516 mPhoneAccountRegistrar.getDefaultOutgoingPhoneAccount( in startOutgoingCall()
DPhoneAccountRegistrar.java158 public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { in getDefaultOutgoingPhoneAccount() method in PhoneAccountRegistrar