/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 650 incomingCall.getTargetPhoneAccount()); in onSuccessfulIncomingCall() 1274 if (!isHandoverFromPhoneAccountSupported(fromCall.getTargetPhoneAccount())) { in processIncomingCallIntent() 1306 call.getTargetPhoneAccount()))) { in processIncomingCallIntent() 1585 notifyCreateConferenceFailed(finalCall.getTargetPhoneAccount(), in startOutgoingCall() 1589 finalCall.getTargetPhoneAccount(), finalCall); in startOutgoingCall() 2188 call.getTargetPhoneAccount(), call.getInitiatingUser()); 2214 call.getTargetPhoneAccount()); 2217 if (call.getTargetPhoneAccount() != null || call.isEmergencyCall()) { 2222 notifyCreateConferenceFailed(call.getTargetPhoneAccount(), call); 2224 notifyCreateConnectionFailed(call.getTargetPhoneAccount(), call); [all …]
|
D | CreateConnectionProcessor.java | 163 if (mCall.getTargetPhoneAccount() != null) { in process() 165 mCall.getTargetPhoneAccount(), mCall.getTargetPhoneAccount())); in process() 169 adjustAttemptsForEmergency(mCall.getTargetPhoneAccount()); in process()
|
D | CallRecordingTonePlayer.java | 293 .filter(call -> (call.getTargetPhoneAccount() != null && in hasCallForPackage() 294 call.getTargetPhoneAccount() in hasCallForPackage()
|
D | Call.java | 823 getTargetPhoneAccount(), in toString() 849 PhoneAccountHandle targetPhoneAccountHandle = getTargetPhoneAccount(); in getDescription() 1375 public PhoneAccountHandle getTargetPhoneAccount() { in getTargetPhoneAccount() method in Call 1393 if (getTargetPhoneAccount() == null) { in getTargetPhoneAccountLabel() 1397 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in getTargetPhoneAccountLabel() 1416 if (getTargetPhoneAccount() == null) { in isLoggedSelfManaged() 1420 .getPhoneAccountUnchecked(getTargetPhoneAccount()); in isLoggedSelfManaged()
|
D | ConnectionServiceWrapper.java | 1206 .setAccountHandle(call.getTargetPhoneAccount()) in createConference() 1289 call.getHandoverSourceCall().getTargetPhoneAccount()); in createConnection() 1296 .setAccountHandle(call.getTargetPhoneAccount()) in createConnection() 1357 call.getTargetPhoneAccount(), in createConnectionFailed() 1403 call.getTargetPhoneAccount(), in createConferenceFailed() 1443 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 | 496 userHandle = call.getTargetPhoneAccount().getUserHandle(); in getSimCallManagerFromCall() 498 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall()
|
D | InCallController.java | 292 call.getTargetPhoneAccount()); in connect()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 150 incomingCallOp.get().getTargetPhoneAccount())) { in updateIncomingCall() 223 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/tests/src/com/android/server/telecom/tests/ |
D | InCallControllerTests.java | 252 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_NoServicesFound_OutgoingCall() 290 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_NoEmergency() 344 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_SystemDialer_Emergency() 421 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_SystemDialer_Crash() 510 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in testBindToService_DefaultDialer_FallBackToSystem() 1068 when(mMockCall.getTargetPhoneAccount()).thenReturn(PA_HANDLE); in setupMocks()
|
D | DisconnectedCallNotifierTest.java | 152 when(call.getTargetPhoneAccount()).thenReturn(PHONE_ACCOUNT_HANDLE); in createCall()
|
D | CallRecordingTonePlayerTest.java | 272 when(call.getTargetPhoneAccount()).thenReturn(TEST_PHONE_ACCOUNT); in addValidCall()
|
D | CreateConnectionProcessorTest.java | 172 when(mMockCall.getTargetPhoneAccount()).thenReturn(pAHandle); in testbadPhoneAccount() 647 when(call.getTargetPhoneAccount()).thenReturn(pAHandle); in setTargetPhoneAccount()
|
D | CallRedirectionProcessorTest.java | 126 when(mCall.getTargetPhoneAccount()).thenReturn(mPhoneAccountHandle); in setUp()
|
D | CallLogManagerTest.java | 996 when(fakeCall.getTargetPhoneAccount()).thenReturn(phoneAccountHandle); in makeFakeCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 287 mPhoneAccountHandle = call.getTargetPhoneAccount(); in CallRedirectionProcessor()
|