Home
last modified time | relevance | path

Searched refs:getTargetPhoneAccount (Results 1 – 19 of 19) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java595 incomingCall.getTargetPhoneAccount()); in onSuccessfulIncomingCall()
1142 if (!isHandoverFromPhoneAccountSupported(fromCall.getTargetPhoneAccount())) { in processIncomingCallIntent()
1174 call.getTargetPhoneAccount()))) { in processIncomingCallIntent()
1414 finalCall.getTargetPhoneAccount(), finalCall); in startOutgoingCall()
1904 call.getTargetPhoneAccount());
1907 if (call.getTargetPhoneAccount() != null || call.isEmergencyCall()) {
1911 notifyCreateConnectionFailed(call.getTargetPhoneAccount(), call);
2124 !c.getTargetPhoneAccount().equals(phoneAccountHandle))
2165 if (!PhoneAccountHandle.areFromSamePackage(activeCall.getTargetPhoneAccount(),
2166 call.getTargetPhoneAccount())) {
[all …]
DCreateConnectionProcessor.java162 if (mCall.getTargetPhoneAccount() != null) { in process()
164 mCall.getTargetPhoneAccount(), mCall.getTargetPhoneAccount())); in process()
168 adjustAttemptsForEmergency(mCall.getTargetPhoneAccount()); in process()
DCallRecordingTonePlayer.java288 .filter(call -> (call.getTargetPhoneAccount() != null && in hasCallForPackage()
289 call.getTargetPhoneAccount() in hasCallForPackage()
DCall.java753 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription()
1189 public PhoneAccountHandle getTargetPhoneAccount() { in getTargetPhoneAccount() method in Call
1207 if (getTargetPhoneAccount() == null) { in getTargetPhoneAccountLabel()
1211 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in getTargetPhoneAccountLabel()
1230 if (getTargetPhoneAccount() == null) { in isLoggedSelfManaged()
1234 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in isLoggedSelfManaged()
DParcelableCallUtils.java161 phoneAccountRegistrar.isUserSelectedSmsPhoneAccount(call.getTargetPhoneAccount()); in toParcelableCall()
244 call.getTargetPhoneAccount(), in toParcelableCall()
DMissedCallNotifier.java52 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallInfo()
DCallLogManager.java243 .getSubscriptionIdForPhoneAccount(call.getTargetPhoneAccount()); in shouldLogDisconnectedCall()
313 PhoneAccountHandle accountHandle = call.getTargetPhoneAccount(); in logCall()
DConnectionServiceWrapper.java1130 call.getHandoverSourceCall().getTargetPhoneAccount()); in createConnection()
1137 .setAccountHandle(call.getTargetPhoneAccount()) in createConnection()
1198 call.getTargetPhoneAccount(), in createConnectionFailed()
1237 call.getTargetPhoneAccount(), in handoverFailed()
DRespondViaSmsManager.java146 call.getTargetPhoneAccount()); in onIncomingCallRejected()
DBluetoothPhoneServiceImpl.java915 call.getTargetPhoneAccount()); in getBestPhoneAccount()
DPhoneAccountRegistrar.java473 userHandle = call.getTargetPhoneAccount().getUserHandle(); in getSimCallManagerFromCall()
475 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall()
DInCallController.java230 call.getTargetPhoneAccount()); in connect()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java211 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_NoServicesFound_OutgoingCall()
249 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_NoEmergency()
302 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_SystemDialer_Emergency()
374 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_FallBackToSystem()
745 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in setupMocks()
DCreateConnectionProcessorTest.java170 when(mMockCall.getTargetPhoneAccount()).thenReturn(pAHandle); in testbadPhoneAccount()
589 when(call.getTargetPhoneAccount()).thenReturn(pAHandle); in setTargetPhoneAccount()
DCallRecordingTonePlayerTest.java265 when(call.getTargetPhoneAccount()).thenReturn(TEST_PHONE_ACCOUNT); in addValidCall()
DCallRedirectionProcessorTest.java110 when(mCall.getTargetPhoneAccount()).thenReturn(mPhoneAccountHandle); in setUp()
DCallLogManagerTest.java989 when(fakeCall.getTargetPhoneAccount()).thenReturn(phoneAccountHandle); in makeFakeCall()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java141 incomingCallOp.get().getTargetPhoneAccount())) { in updateIncomingCall()
214 incomingCall.getTargetPhoneAccount()) : 1; in getNotificationBuilder()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java281 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallRedirectionProcessor()