HomeSort by relevance Sort by last modified time
    Searched refs:getCall (Results 1 - 25 of 74) sorted by null

1 2 3

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallExtrasTest.java 89 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(ids.mCallId).getExtras().getString(EXTRA_KEY_STR))
    [all...]
BasicCallTests.java 107 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(ids.mCallId).getState())
    [all...]
TelecomSystemTest.java 388 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(
    [all...]
InCallServiceFixture.java 159 public ParcelableCall getCall(String id) {
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 57 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(callId)
    [all...]
ConnectionServiceWrapper.java 108 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(callId)
    [all...]
CallIdMapper.java 126 Call getCall(Object objId) {
  /packages/apps/Dialer/java/com/android/incallui/
NewReturnToCallActionReceiver.java 66 DialerCall call = getCall();
89 DialerCall call = getCall();
117 DialerCall call = getCall();
130 DialerCall call = getCall();
142 private DialerCall getCall() {
AudioRouteSelectorActivity.java 65 DialerCall call = getCall();
103 private DialerCall getCall() {
113 if (getCall() == null) {
ExternalCallNotifier.java 137 && 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())) {
    [all...]
NewReturnToCallController.java 108 if (getCall() != null) {
176 if (bubble != null && bubble.isVisible() && (getCall() == null)) {
208 DialerCall dialerCall = getCall();
215 private DialerCall getCall() {
ConferenceParticipantListAdapter.java 216 DialerCall call = participantInfo.getCall();
225 participantInfo.getCall(),
226 participantInfo.getCall().getState() == DialerCall.State.INCOMING,
532 public DialerCall getCall() {
560 return Objects.equals(p.getCall().getId(), call.getId());
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 108 if (getCall() != null && !getCall().isMultiparty()) {
109 getCall().hangup();
218 private Call getCall() {
220 return mOriginalConnection.getCall();
226 Call call = getCall();
234 Call call = getCall();
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TelephonyConferenceControllerTest.java 86 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall()
88 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall()
131 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall()
133 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall()
TestTelephonyConnection.java 71 when(mMockRadioConnection.getCall()).thenReturn(mMockCall);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java 135 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);
TestRttActivity.java 90 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);
CallListAdapter.java 97 Call call = mCallList.getCall(position);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 41 GLCall getCall();
86 public GLCall getCall() {
120 public GLCall getCall() {
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 128 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();
CdmaConference.java 144 Call call = radioConnection.getCall();
158 return originalConnection.getCall();
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 61 final Phone phone = c.getCall().getPhone();
162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 292 public abstract Call getCall();
422 * Returns getCall().getState() or Call.State.IDLE if not
428 c = getCall();
452 c = getCall();
    [all...]
Call.java 92 return c.getCall() == this;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 105 public Call getCall() {

Completed in 1209 milliseconds

1 2 3