/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallExtrasTest.java | 91 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey( in testCsPutExtras() 93 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey( in testCsPutExtras() 116 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras() in testCsPutBooleanExtra() 119 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getBoolean(EXTRA_KEY_BOOL)); in testCsPutBooleanExtra() 141 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_INT)); in testCsPutIntExtra() 143 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getInt(EXTRA_KEY_INT)); in testCsPutIntExtra() 166 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR)); in testCsPutStringExtra() 168 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getString(EXTRA_KEY_STR)); in testCsPutStringExtra() 192 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR)); in testCsRemoveExtra() 194 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getString(EXTRA_KEY_STR)); in testCsRemoveExtra() [all …]
|
D | BasicCallTests.java | 129 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 131 mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 137 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 139 mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 141 mInCallServiceFixtureX.getCall(ids.mCallId).getConnectTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 143 mInCallServiceFixtureY.getCall(ids.mCallId).getConnectTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 145 mInCallServiceFixtureX.getCall(ids.mCallId).getCreationTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 147 mInCallServiceFixtureY.getCall(ids.mCallId).getCreationTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 162 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in testSingleOutgoingCallRemoteDisconnect() 164 mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in testSingleOutgoingCallRemoteDisconnect() [all …]
|
D | TelecomSystemTest.java | 472 ParcelableCall call1 = mInCallServiceFixtureX.getCall(callId1.mCallId); in makeConferenceCall() 473 ParcelableCall call2 = mInCallServiceFixtureX.getCall(callId2.mCallId); in makeConferenceCall() 481 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId); in makeConferenceCall() 703 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected() 704 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected() 709 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected() 710 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected() 750 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall( in triggerEmergencyRedial() 752 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall( in triggerEmergencyRedial() 1102 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in startAndMakeActiveOutgoingCall() [all …]
|
D | CallAnomalyWatchdogTest.java | 144 Call call = getCall(); in setupCallHelper() 775 Call call = getCall(); in testIncomingCallCreatedButNotAddedNoAnomalyReport() 802 Call call = getCall(); in testOutgoingCallCreatedButNotAddedNoAnomalyReport() 831 Call call = getCall(); in testCallCreatedButNotAddedPreventsAnomalyReport() 854 private Call getCall() { in getCall() method in CallAnomalyWatchdogTest
|
D | EmergencyCallDiagnosticLoggerTest.java | 150 Call call = getCall(); in createCall() 160 private Call getCall() { in getCall() method in EmergencyCallDiagnosticLoggerTest
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallAdapter.java | 62 Call call = mCallIdMapper.getCall(callId); in answerCall() 85 Call call = mCallIdMapper.getCall(callId); in deflectCall() 118 Call call = mCallIdMapper.getCall(callId); in rejectCall() 144 Call call = mCallIdMapper.getCall(callId); in rejectCallWithReason() 167 Call call = mCallIdMapper.getCall(callId); in transferCall() 191 Call call = mCallIdMapper.getCall(callId); in consultativeTransfer() 192 Call otherCall = mCallIdMapper.getCall(otherCallId); in consultativeTransfer() 216 Call call = mCallIdMapper.getCall(callId); in playDtmfTone() 239 Call call = mCallIdMapper.getCall(callId); in stopDtmfTone() 262 Call call = mCallIdMapper.getCall(callId); in postDialContinue() [all …]
|
D | ConnectionServiceWrapper.java | 143 Call call = mCallIdMapper.getCall(callId); in handleCreateConnectionComplete() 183 Call call = mCallIdMapper.getCall(callId); in handleCreateConferenceComplete() 221 Call call = mCallIdMapper.getCall(callId); in setActive() 244 Call call = mCallIdMapper.getCall(callId); in setRinging() 267 Call call = mCallIdMapper.getCall(callId); in resetConnectionTime() 288 Call call = mCallIdMapper.getCall(callId); in setVideoProvider() 309 Call call = mCallIdMapper.getCall(callId); in setDialing() 332 Call call = mCallIdMapper.getCall(callId); in setPulling() 355 Call call = mCallIdMapper.getCall(callId); in setDisconnected() 379 Call call = mCallIdMapper.getCall(callId); in setOnHold() [all …]
|
D | CallDiagnosticServiceController.java | 515 Call call = mCallIdMapper.getCall(callId); in handleDisplayDiagnosticMessage() 538 Call call = mCallIdMapper.getCall(callId); in handleClearDiagnosticMessage() 557 Call call = mCallIdMapper.getCall(callId); in handleSendD2DMessage() 576 Call call = mCallIdMapper.getCall(callId); in handleOverrideDisconnectMessage()
|
D | TelecomBroadcastIntentProcessor.java | 253 Call call = mCallsManager.getCall(intent.getData().getSchemeSpecificPart()); in processIntent() 263 Call call = mCallsManager.getCall(intent.getData().getSchemeSpecificPart()); in processIntent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionTest.java | 87 assertThat(mHfpClientConnection.getCall()).isEqualTo(mCall); in constructorWithCall() 112 assertThat(mHfpClientConnection.getCall()).isEqualTo(mCall); in constructorWithNumber() 140 assertThat(mHfpClientConnection.getCall()).isNull(); in onHfpDisconnected() 220 assertThat(mHfpClientConnection.getCall()).isEqualTo(mCall); in updateCall() 233 assertThat(mHfpClientConnection.getCall()).isEqualTo(newCall); in updateCall() 239 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ACTIVE); in handleCallChanged_active() 250 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ACTIVE); in handleCallChanged_activeConference() 259 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD); in handleCallChanged_heldByResponseAndHold() 271 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD); in handleCallChanged_heldByResponseAndHoldConference() 280 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_HELD); in handleCallChanged_held() [all …]
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestInCallUI.java | 145 Call call = mCallList.getCall(0); in onCreate() 154 Call call = mCallList.getCall(0); in onCreate() 167 Call call = mCallList.getCall(0); in onCreate() 175 Call call = mCallList.getCall(0); in onCreate() 184 Call call = mCallList.getCall(0); in onCreate() 192 Call call = mCallList.getCall(0); in onCreate() 215 Call call = mCallList.getCall(0); in onCreate() 222 Call call = mCallList.getCall(0); in onCreate() 228 Call call = mCallList.getCall(0); in onCreate() 233 Call call = mCallList.getCall(0); in onCreate() [all …]
|
D | TestRttActivity.java | 90 Call.RttCall rttCall = mCallList.getCall(0).getRttCall(); 159 Call call = mCallList.getCall(0); in onCreate() 167 Call.RttCall call = mCallList.getCall(0).getRttCall(); in onCreate() 208 mCallList.getCall(0).getRttCall().write(toAppend); in onCreate()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 135 && CallCompat.canPullExternalCall(info.getCall())) { in pullExternalCall() 136 info.getCall().pullExternalCall(); in pullExternalCall() 156 info.getCall(), in showNotifcation() 170 if (notifications.containsKey(info.getCall())) { in showNotifcation() 180 if (notifications.containsKey(info.getCall())) { in showNotifcation() 203 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall()); in savePhoto() 216 info.setContentTitle(getContentTitle(context, entry, info.getCall())); in saveContactInfo() 217 info.setPersonReference(getPersonReference(entry, info.getCall())); in saveContactInfo() 230 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState()); in postNotification() 248 if (CallCompat.canPullExternalCall(info.getCall())) { in postNotification() [all …]
|
D | ReturnToCallActionReceiver.java | 66 DialerCall call = getCall(); in returnToCall() 89 DialerCall call = getCall(); in toggleSpeaker() 117 DialerCall call = getCall(); in toggleMute() 130 DialerCall call = getCall(); in endCall() 142 private DialerCall getCall() { in getCall() method in ReturnToCallActionReceiver
|
D | AudioRouteSelectorActivity.java | 65 DialerCall call = getCall(); in onAudioRouteSelected() 103 private DialerCall getCall() { in getCall() method in AudioRouteSelectorActivity 113 if (getCall() == null) { in onDisconnect()
|
D | ReturnToCallController.java | 126 if (getCall() != null) { in onUiShowing() 209 && getCall() != null in onCallListChange() 228 if (bubble != null && bubble.isVisible() && (getCall() == null)) { in onDisconnect() 265 DialerCall dialerCall = getCall(); in startContactInfoSearch() 272 private DialerCall getCall() { in getCall() method in ReturnToCallController
|
D | ConferenceParticipantListAdapter.java | 208 DialerCall call = participantInfo.getCall(); in getView() 217 participantInfo.getCall(), in getView() 218 participantInfo.getCall().getState() == DialerCallState.INCOMING, in getView() 522 public DialerCall getCall() { in getCall() method in ConferenceParticipantListAdapter.ParticipantInfo 550 return Objects.equals(p.getCall().getId(), call.getId()); in equals()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConferenceControllerTest.java | 89 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testConferenceable() 91 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testConferenceable() 125 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testSrvccConferenceConnection() 127 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testSrvccConferenceConnection() 174 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testMergeMultiPartyCalls() 176 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | PstnIncomingCallNotifier.java | 175 Call call = connection.getCall(); in handleNewRingingConnection() 249 Call call = connection.getCall(); in handleNewUnknownConnection() 492 if (original.getCall() != null && original.getCall().getPhone() != null && in maybeSwapWithUnknownConnection() 493 original.getCall().getPhone() instanceof GsmCdmaPhone) { in maybeSwapWithUnknownConnection() 495 GsmCdmaPhone phone = (GsmCdmaPhone) original.getCall().getPhone(); in maybeSwapWithUnknownConnection() 499 } else if (original.getCall() != null && original.getCall().getPhone() != null in maybeSwapWithUnknownConnection() 500 && original.getCall().getPhone() instanceof ImsPhone in maybeSwapWithUnknownConnection() 504 ImsPhone phone = (ImsPhone) original.getCall().getPhone(); in maybeSwapWithUnknownConnection()
|
D | CdmaConference.java | 160 Call call = radioConnection.getCall(); in getMultipartyCallForConnection() 174 return originalConnection.getCall(); in getOriginalCall()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 52 public Call getCall() { in getCall() method in BluetoothCall 136 mCall.conference(callToConferenceWith.getCall()); in conference() 276 return getCall() == null; in equals() 281 return getCall() == other.getCall(); in equals() 286 return Objects.hash(getCall()); in hashCode()
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallUI.java | 125 Call call = mCallList.getCall(0); in onCreate() 134 Call call = mCallList.getCall(0); in onCreate() 147 Call call = mCallList.getCall(0); in onCreate() 155 Call call = mCallList.getCall(0); in onCreate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 357 HfpClientCall getCall(int... states) { in getCall() method in HeadsetClientStateMachine 579 if (getCall(HfpClientCall.CALL_STATE_INCOMING) != null) { in queryCallsDone() 606 getCall(HfpClientCall.CALL_STATE_INCOMING, HfpClientCall.CALL_STATE_WAITING); in acceptCall() 609 getCall( in acceptCall() 655 } else if (getCall(HfpClientCall.CALL_STATE_ACTIVE) != null) { in acceptCall() 689 getCall( in rejectCall() 730 HfpClientCall c = getCall(HfpClientCall.CALL_STATE_INCOMING); in holdCall() 734 c = getCall(HfpClientCall.CALL_STATE_ACTIVE); in holdCall() 755 getCall( in terminateCall() 761 c = getCall(HfpClientCall.CALL_STATE_HELD); in terminateCall()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 48 public void getCall() { in getCall() method in BluetoothCallTest 49 assertThat(mBluetoothCall.getCall()).isNull(); in getCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/ |
D | CallTransactionResult.java | 59 public Call getCall(){ in getCall() method in CallTransactionResult
|