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

1 2

  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 49 Call call = mCallIdMapper.getCall(callId);
69 Call call = mCallIdMapper.getCall(callId);
89 Call call = mCallIdMapper.getCall(callId);
109 Call call = mCallIdMapper.getCall(callId);
129 Call call = mCallIdMapper.getCall(callId);
149 Call call = mCallIdMapper.getCall(callId);
168 Call call = mCallIdMapper.getCall(callId);
187 Call call = mCallIdMapper.getCall(callId);
207 Call call = mCallIdMapper.getCall(callId);
251 Call call = mCallIdMapper.getCall(callId)
    [all...]
ConnectionServiceWrapper.java 91 Call call = mCallIdMapper.getCall(callId);
111 Call call = mCallIdMapper.getCall(callId);
132 Call call = mCallIdMapper.getCall(callId);
150 Call call = mCallIdMapper.getCall(callId);
171 Call call = mCallIdMapper.getCall(callId);
193 Call call = mCallIdMapper.getCall(callId);
213 Call call = mCallIdMapper.getCall(callId);
234 Call call = mCallIdMapper.getCall(callId);
258 Call call = mCallIdMapper.getCall(callId);
278 Call childCall = mCallIdMapper.getCall(callId)
    [all...]
CallIdMapper.java 120 Call getCall(Object objId) {
Log.java 128 public Call getCall() {
241 mCallEventRecordMap.remove(record.getCall());
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 103 if (getCall() != null && !getCall().isMultiparty()) {
104 getCall().hangup();
186 private Call getCall() {
188 return mOriginalConnection.getCall();
194 Call call = getCall();
202 Call call = getCall();
  /packages/apps/InCallUI/src/com/android/incallui/
VideoPauseController.java 75 public Call getCall() {
219 sendRequest(mPrimaryCallContext.getCall(), false);
324 sendRequest(mPrimaryCallContext.getCall(), true);
339 sendRequest(mPrimaryCallContext.getCall(), false);
390 return call.equals(callContext.getCall());
420 return call != null && isIncomingCall(call.getCall());
ConferenceParticipantListAdapter.java 65 public Call getCall() {
94 Objects.equals(p.getCall().getId(), mCall.getId());
325 Call call = participantInfo.getCall();
333 cache.findInfo(participantInfo.getCall(),
334 participantInfo.getCall().getState() == Call.State.INCOMING,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 500 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
501 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
504 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
505 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
517 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
518 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
522 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
524 mInCallServiceFixtureY.getCall(ids.mCallId).getState());
535 mInCallServiceFixtureX.getCall(ids.mCallId).getState());
537 mInCallServiceFixtureY.getCall(ids.mCallId).getState())
    [all...]
InCallServiceFixture.java 128 public ParcelableCall getCall(String id) {
  /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() {
GLFunctionTraceViewer.java 690 GLCall c = ((GLCallNode) element).getCall();
770 String func = element.getCall().getFunction().toString();
854 sb.append(((GLCallNode) data).getCall());
    [all...]
StateViewPage.java 206 selectedCall = ((GLCallNode) data).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) {
CallNotifier.java 275 Call ringing = c.getCall();
499 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
508 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
514 if (c != null && TelephonyCapabilities.supportsOtasp(c.getCall().getPhone())) {
516 if (c.getCall().getPhone().isOtaSpNumber(number)) {
558 final Phone phone = c.getCall().getPhone();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 139 Call call = radioConnection.getCall();
153 return originalConnection.getCall();
TelephonyConnection.java 410 Phone phone = mOriginalConnection.getCall().getPhone();
456 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
610 Call call = getCall();
633 protected Call getCall() {
635 return mOriginalConnection.getCall();
641 Call call = getCall();
    [all...]
ImsConference.java 224 super((conferenceHost != null && conferenceHost.getCall() != null &&
225 conferenceHost.getCall().getPhone() != null) ?
227 conferenceHost.getCall().getPhone()) : null);
325 Call call = mConferenceHost.getCall();
PstnIncomingCallNotifier.java 173 Call call = connection.getCall();
205 Call call = connection.getCall();
TelephonyConference.java 183 Call call = radioConnection.getCall();
TelephonyConferenceController.java 173 Call call = radioConnection.getCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 170 public abstract Call getCall();
280 * Returns getCall().getState() or Call.State.IDLE if not
286 c = getCall();
310 c = getCall();
Call.java 100 return c.getCall() == this;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 255 private BluetoothHeadsetClientCall getCall(int... states) {
415 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
429 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
532 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING);
563 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null)
635 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
658 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
744 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
754 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD);
773 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 759 hangup(conn.getCall());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 209 return ((GLCallNode) data).getCall();

Completed in 452 milliseconds

1 2