/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 653 incomingCall.getTargetPhoneAccount()); in onSuccessfulIncomingCall() 1289 if (!isHandoverFromPhoneAccountSupported(fromCall.getTargetPhoneAccount())) { in processIncomingCallIntent() 1321 call.getTargetPhoneAccount()))) { in processIncomingCallIntent() 1600 notifyCreateConferenceFailed(finalCall.getTargetPhoneAccount(), in startOutgoingCall() 1604 finalCall.getTargetPhoneAccount(), finalCall); in startOutgoingCall() 2204 call.getTargetPhoneAccount(), call.getInitiatingUser()); 2230 call.getTargetPhoneAccount()); 2233 if (call.getTargetPhoneAccount() != null || call.isEmergencyCall()) { 2238 notifyCreateConferenceFailed(call.getTargetPhoneAccount(), call); 2240 notifyCreateConnectionFailed(call.getTargetPhoneAccount(), call); [all …]
|
D | CreateConnectionProcessor.java | 164 if (mCall.getTargetPhoneAccount() != null) { in process() 166 mCall.getTargetPhoneAccount(), mCall.getTargetPhoneAccount())); in process() 170 adjustAttemptsForEmergency(mCall.getTargetPhoneAccount()); in process()
|
D | CallRecordingTonePlayer.java | 335 .filter(call -> (call.getTargetPhoneAccount() != null && in hasCallForPackage() 336 call.getTargetPhoneAccount() in hasCallForPackage()
|
D | Call.java | 825 getTargetPhoneAccount(), in toString() 852 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription() 1451 public PhoneAccountHandle getTargetPhoneAccount() { in getTargetPhoneAccount() method in Call 1469 if (getTargetPhoneAccount() == null) { in getTargetPhoneAccountLabel() 1473 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in getTargetPhoneAccountLabel() 1492 if (getTargetPhoneAccount() == null) { in isLoggedSelfManaged() 1496 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in isLoggedSelfManaged()
|
D | ConnectionServiceWrapper.java | 1214 .setAccountHandle(call.getTargetPhoneAccount()) in createConference() 1297 call.getHandoverSourceCall().getTargetPhoneAccount()); in createConnection() 1305 .setAccountHandle(call.getTargetPhoneAccount()) in createConnection() 1366 call.getTargetPhoneAccount(), in createConnectionFailed() 1412 call.getTargetPhoneAccount(), in createConferenceFailed() 1452 call.getTargetPhoneAccount(), in handoverFailed()
|
D | MissedCallNotifier.java | 52 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallInfo()
|
D | ParcelableCallUtils.java | 161 phoneAccountRegistrar.isUserSelectedSmsPhoneAccount(call.getTargetPhoneAccount()); in toParcelableCall() 239 .setAccountHandle(call.getTargetPhoneAccount()) in toParcelableCall()
|
D | CallLogManager.java | 262 .getSubscriptionIdForPhoneAccount(call.getTargetPhoneAccount()); in shouldLogDisconnectedCall() 340 PhoneAccountHandle accountHandle = call.getTargetPhoneAccount(); in logCall()
|
D | RespondViaSmsManager.java | 146 call.getTargetPhoneAccount()); in onIncomingCallRejected()
|
D | BluetoothPhoneServiceImpl.java | 921 call.getTargetPhoneAccount()); in getBestPhoneAccount()
|
D | PhoneAccountRegistrar.java | 494 userHandle = call.getTargetPhoneAccount().getUserHandle(); in getSimCallManagerFromCall() 496 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall()
|
D | InCallController.java | 287 call.getTargetPhoneAccount()); in connect()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | InCallControllerTests.java | 241 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_NoServicesFound_OutgoingCall() 279 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_NoEmergency() 332 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_SystemDialer_Emergency() 408 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_SystemDialer_Crash() 496 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_FallBackToSystem() 1024 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in setupMocks()
|
D | DisconnectedCallNotifierTest.java | 152 when(call.getTargetPhoneAccount()).thenReturn(PHONE_ACCOUNT_HANDLE); in createCall()
|
D | CreateConnectionProcessorTest.java | 172 when(mMockCall.getTargetPhoneAccount()).thenReturn(pAHandle); in testbadPhoneAccount() 647 when(call.getTargetPhoneAccount()).thenReturn(pAHandle); in setTargetPhoneAccount()
|
D | CallRecordingTonePlayerTest.java | 334 when(call.getTargetPhoneAccount()).thenReturn(TEST_PHONE_ACCOUNT); in addValidCall()
|
D | CallRedirectionProcessorTest.java | 126 when(mCall.getTargetPhoneAccount()).thenReturn(mPhoneAccountHandle); in setUp()
|
D | CallLogManagerTest.java | 998 when(fakeCall.getTargetPhoneAccount()).thenReturn(phoneAccountHandle); in makeFakeCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 141 incomingCallOp.get().getTargetPhoneAccount())) { in updateIncomingCall() 214 incomingCall.getTargetPhoneAccount()) : 1; in getNotificationBuilder()
|
D | DisconnectedCallNotifier.java | 146 UserHandle userHandle = call.getTargetPhoneAccount() != null ? in onCallStateChanged() 147 call.getTargetPhoneAccount().getUserHandle() : call.getInitiatingUser(); in onCallStateChanged()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 287 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallRedirectionProcessor()
|