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

1 2

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallExtrasTest.java 64 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(
66 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(
85 assertTrue(mInCallServiceFixtureX.getCall(ids.mCallId).getExtras()
88 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getBoolean(EXTRA_KEY_BOOL));
107 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_INT));
109 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getInt(EXTRA_KEY_INT));
129 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR));
131 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getString(EXTRA_KEY_STR));
152 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().containsKey(EXTRA_KEY_STR));
154 mInCallServiceFixtureX.getCall(ids.mCallId).getExtras().getString(EXTRA_KEY_STR))
    [all...]
BasicCallTests.java 81 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
82 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
86 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
88 mInCallServiceFixtureY.getCall(ids.mCallId).getState());
99 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
101 mInCallServiceFixtureY.getCall(ids.mCallId).getState());
116 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
117 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
142 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
143 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState())
    [all...]
TelecomSystemTest.java 315 ParcelableCall call1 = mInCallServiceFixtureX.getCall(callId1.mCallId);
316 ParcelableCall call2 = mInCallServiceFixtureX.getCall(callId2.mCallId);
324 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId);
479 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
480 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
485 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
486 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
523 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(
525 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(
    [all...]
InCallServiceFixture.java 144 public ParcelableCall getCall(String id) {
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ExternalCallListTest.java 91 mExternalCallList.onCallAdded(call.getCall());
98 mExternalCallList.onCallAdded(call.getCall());
106 mExternalCallList.onCallAdded(call.getCall());
115 mExternalCallList.onCallAdded(call.getCall());
118 mExternalCallList.onCallRemoved(call.getCall());
ExternalCallNotifierTest.java 145 mExternalCallNotifier.onExternalCallAdded(call.getCall());
152 mExternalCallNotifier.onExternalCallAdded(call.getCall());
159 mExternalCallNotifier.onExternalCallAdded(call.getCall());
162 mExternalCallNotifier.onExternalCallRemoved(call.getCall());
168 mExternalCallNotifier.onExternalCallAdded(call.getCall());
172 mExternalCallNotifier.onExternalCallUpdated(call.getCall());
TestTelecomCall.java 124 public android.telecom.Call getCall() {
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 55 Call call = mCallIdMapper.getCall(callId);
78 Call call = mCallIdMapper.getCall(callId);
101 Call call = mCallIdMapper.getCall(callId);
124 Call call = mCallIdMapper.getCall(callId);
147 Call call = mCallIdMapper.getCall(callId);
170 Call call = mCallIdMapper.getCall(callId);
192 Call call = mCallIdMapper.getCall(callId);
214 Call call = mCallIdMapper.getCall(callId);
237 Call call = mCallIdMapper.getCall(callId);
293 Call call = mCallIdMapper.getCall(callId)
    [all...]
ConnectionServiceWrapper.java 92 Call call = mCallIdMapper.getCall(callId);
112 Call call = mCallIdMapper.getCall(callId);
132 Call call = mCallIdMapper.getCall(callId);
150 Call call = mCallIdMapper.getCall(callId);
170 Call call = mCallIdMapper.getCall(callId);
188 Call call = mCallIdMapper.getCall(callId);
209 Call call = mCallIdMapper.getCall(callId);
229 Call call = mCallIdMapper.getCall(callId);
249 Call call = mCallIdMapper.getCall(callId);
272 Call call = mCallIdMapper.getCall(callId)
    [all...]
CallIdMapper.java 126 Call getCall(Object objId) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java 62 Call call = mCallList.getCall(0);
71 Call call = mCallList.getCall(0);
84 Call call = mCallList.getCall(0);
CallListAdapter.java 97 Call call = mCallList.getCall(position);
TestCallList.java 118 public Call getCall(int position) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 107 if (getCall() != null && !getCall().isMultiparty()) {
108 getCall().hangup();
205 private Call getCall() {
207 return mOriginalConnection.getCall();
213 Call call = getCall();
221 Call call = getCall();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoPauseController.java 63 public Call getCall() {
206 sendRequest(mPrimaryCallContext.getCall(), false);
272 sendRequest(mPrimaryCallContext.getCall(), true);
288 sendRequest(mPrimaryCallContext.getCall(), false);
339 return call.equals(callContext.getCall());
369 return call != null && isIncomingCall(call.getCall());
ExternalCallNotifier.java 77 public Call getCall() {
168 CallSdkCompat.pullExternalCall(info.getCall());
184 com.android.incallui.Call incallCall = new com.android.incallui.Call(info.getCall(),
195 if (mNotifications.containsKey(info.getCall())) {
206 if (mNotifications.containsKey(info.getCall())) {
236 Bitmap largeIcon = getLargeIconToDisplay(mContext, entry, info.getCall());
250 entry, info.getCall()));
251 info.setPersonReference(getPersonReference(entry, info.getCall()));
275 if ((info.getCall().getDetails().getCallCapabilities()
ConferenceParticipantListAdapter.java 73 public Call getCall() {
102 Objects.equals(p.getCall().getId(), mCall.getId());
346 Call call = participantInfo.getCall();
354 cache.findInfo(participantInfo.getCall(),
355 participantInfo.getCall().getState() == Call.State.INCOMING,
  /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/phone/
CallLogger.java 61 final Phone phone = c.getCall().getPhone();
162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 142 Call call = radioConnection.getCall();
156 return originalConnection.getCall();
ConferenceParticipantConnection.java 72 String countryIso = getCountryIso(parentConnection.getCall().getPhone());
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 271 private BluetoothHeadsetClientCall getCall(int... states) {
424 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
438 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
536 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING);
567 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null)
639 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
662 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
748 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
758 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD);
777 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 275 public abstract Call getCall();
387 * Returns getCall().getState() or Call.State.IDLE if not
393 c = getCall();
417 c = getCall();
Call.java 92 return c.getCall() == this;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 107 public Call getCall() {

Completed in 878 milliseconds

1 2