Searched refs:getCall (Results 1 - 25 of 34) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallExtrasTest.java89 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(
91 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(
111 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras()
114 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getBoolean(EXTRA_KEY_BOOL));
134 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_INT));
136 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getInt(EXTRA_KEY_INT));
157 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR));
159 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getString(EXTRA_KEY_STR));
181 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR));
183 mInCallServiceFixtureX.getCall(id
[all...]
H A DBasicCallTests.java107 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
108 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
114 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
116 mInCallServiceFixtureY.getCall(ids.mCallId).getState());
118 mInCallServiceFixtureX.getCall(ids.mCallId).getConnectTimeMillis());
120 mInCallServiceFixtureY.getCall(ids.mCallId).getConnectTimeMillis());
122 mInCallServiceFixtureX.getCall(ids.mCallId).getCreationTimeMillis());
124 mInCallServiceFixtureY.getCall(ids.mCallId).getCreationTimeMillis());
139 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
141 mInCallServiceFixtureY.getCall(id
[all...]
H A DTelecomSystemTest.java388 ParcelableCall call1 = mInCallServiceFixtureX.getCall(callId1.mCallId);
389 ParcelableCall call2 = mInCallServiceFixtureX.getCall(callId2.mCallId);
397 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId);
568 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
569 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
574 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
575 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
615 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(
617 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(
934 mInCallServiceFixtureX.getCall(id
[all...]
H A DInCallServiceFixture.java159 public ParcelableCall getCall(String id) { method in class:InCallServiceFixture
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java57 Call call = mCallIdMapper.getCall(callId);
80 Call call = mCallIdMapper.getCall(callId);
109 Call call = mCallIdMapper.getCall(callId);
132 Call call = mCallIdMapper.getCall(callId);
155 Call call = mCallIdMapper.getCall(callId);
178 Call call = mCallIdMapper.getCall(callId);
201 Call call = mCallIdMapper.getCall(callId);
223 Call call = mCallIdMapper.getCall(callId);
245 Call call = mCallIdMapper.getCall(callId);
268 Call call = mCallIdMapper.getCall(callI
[all...]
H A DConnectionServiceWrapper.java108 Call call = mCallIdMapper.getCall(callId);
131 Call call = mCallIdMapper.getCall(callId);
155 Call call = mCallIdMapper.getCall(callId);
176 Call call = mCallIdMapper.getCall(callId);
199 Call call = mCallIdMapper.getCall(callId);
221 Call call = mCallIdMapper.getCall(callId);
245 Call call = mCallIdMapper.getCall(callId);
269 Call call = mCallIdMapper.getCall(callId);
292 Call call = mCallIdMapper.getCall(callId);
319 Call call = mCallIdMapper.getCall(callI
[all...]
H A DCallIdMapper.java126 Call getCall(Object objId) { method in class:CallIdMapper
/packages/apps/Dialer/java/com/android/incallui/
H A DNewReturnToCallActionReceiver.java66 DialerCall call = getCall();
89 DialerCall call = getCall();
117 DialerCall call = getCall();
130 DialerCall call = getCall();
142 private DialerCall getCall() { method in class:NewReturnToCallActionReceiver
H A DAudioRouteSelectorActivity.java65 DialerCall call = getCall();
103 private DialerCall getCall() { method in class:AudioRouteSelectorActivity
113 if (getCall() == null) {
H A DExternalCallNotifier.java137 && CallCompat.canPullExternalCall(info.getCall())) {
138 info.getCall().pullExternalCall();
158 info.getCall(),
172 if (notifications.containsKey(info.getCall())) {
182 if (notifications.containsKey(info.getCall())) {
205 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall());
218 info.setContentTitle(getContentTitle(context, contactsPreferences, entry, info.getCall()));
219 info.setPersonReference(getPersonReference(entry, info.getCall()));
232 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState());
250 if (CallCompat.canPullExternalCall(info.getCall())) {
418 public Call getCall() { method in class:ExternalCallNotifier.NotificationInfo
[all...]
H A DNewReturnToCallController.java108 if (getCall() != null) {
176 if (bubble != null && bubble.isVisible() && (getCall() == null)) {
208 DialerCall dialerCall = getCall();
215 private DialerCall getCall() { method in class:NewReturnToCallController
H A DConferenceParticipantListAdapter.java216 DialerCall call = participantInfo.getCall();
225 participantInfo.getCall(),
226 participantInfo.getCall().getState() == DialerCall.State.INCOMING,
532 public DialerCall getCall() { method in class:ConferenceParticipantListAdapter.ParticipantInfo
560 return Objects.equals(p.getCall().getId(), call.getId());
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java108 if (getCall() != null && !getCall().isMultiparty()) {
109 getCall().hangup();
218 private Call getCall() { method in class:SipConnection
220 return mOriginalConnection.getCall();
226 Call call = getCall();
234 Call call = getCall();
/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConferenceControllerTest.java86 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall()
88 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall()
131 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall()
133 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall()
H A DTestTelephonyConnection.java71 when(mMockRadioConnection.getCall()).thenReturn(mMockCall);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java135 Call call = mCallList.getCall(0);
144 Call call = mCallList.getCall(0);
157 Call call = mCallList.getCall(0);
165 Call call = mCallList.getCall(0);
174 Call call = mCallList.getCall(0);
181 Call call = mCallList.getCall(0);
204 Call call = mCallList.getCall(0);
211 Call call = mCallList.getCall(0);
H A DTestRttActivity.java90 Call.RttCall rttCall = mCallList.getCall(0).getRttCall();
159 Call call = mCallList.getCall(0);
167 Call.RttCall call = mCallList.getCall(0).getRttCall();
208 mCallList.getCall(0).getRttCall().write(toAppend);
H A DCallListAdapter.java97 Call call = mCallList.getCall(position);
/packages/services/Telephony/src/com/android/services/telephony/
H A DPstnIncomingCallNotifier.java128 Call call = connection.getCall();
185 Call call = connection.getCall();
350 if (original.getCall() != null && original.getCall().getPhone() != null &&
351 original.getCall().getPhone() instanceof GsmCdmaPhone) {
353 GsmCdmaPhone phone = (GsmCdmaPhone) original.getCall().getPhone();
H A DCdmaConference.java144 Call call = radioConnection.getCall();
158 return originalConnection.getCall();
H A DConferenceParticipantConnection.java73 String countryIso = getCountryIso(parentConnection.getCall().getPhone());
H A DTelephonyConference.java202 Call call = radioConnection.getCall();
H A DTelephonyConnection.java873 Phone phone = mOriginalConnection.getCall().getPhone();
919 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
1323 Call call = getCall();
1359 protected Call getCall() { method in class:TelephonyConnection
1361 return mOriginalConnection.getCall();
1367 Call call = getCall();
/packages/services/Telephony/src/com/android/phone/
H A DCallLogger.java61 final Phone phone = c.getCall().getPhone();
162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java232 private BluetoothHeadsetClientCall getCall(int... states) { method in class:HeadsetClientStateMachine
407 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING) != null) {
436 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
439 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD,
490 } else if (getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) != null) {
527 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
573 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
577 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
599 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
604 c = getCall(BluetoothHeadsetClientCal
[all...]

Completed in 1283 milliseconds

12