Searched defs:getCall (Results 1 - 12 of 12) sorted by relevance

/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 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());
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
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIdMapper.java126 Call getCall(Object objId) { method in class:CallIdMapper
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java114 public BluetoothHeadsetClientCall getCall() { method in class:HfpClientConnection
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java126 public Call getCall(int position) { method in class:TestCallList
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java159 public ParcelableCall getCall(String id) { method in class:InCallServiceFixture
/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/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...]
/packages/services/Telephony/src/com/android/services/telephony/
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();

Completed in 2165 milliseconds