Searched refs:getTelecomCallId (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 311 String confCall1Id = confCall1.getTelecomCallId(); in testConferenceInProgressCDMA() 315 List<String> childrenIds = Arrays.asList(confCall1.getTelecomCallId(), in testConferenceInProgressCDMA() 316 confCall2.getTelecomCallId()); in testConferenceInProgressCDMA() 319 String parentId = parentCall.getTelecomCallId(); in testConferenceInProgressCDMA() 373 String foregroundCallId = foregroundCall.getTelecomCallId(); in testListCurrentCallsCdmaHold() 376 List<String> childrenIds = Arrays.asList(foregroundCall.getTelecomCallId(), in testListCurrentCallsCdmaHold() 377 heldCall.getTelecomCallId()); in testListCurrentCallsCdmaHold() 380 String parentId = parentCall.getTelecomCallId(); in testListCurrentCallsCdmaHold() 422 List<String> childrenIds = Arrays.asList(confCall1.getTelecomCallId(), in testListCurrentCallsCdmaConference() 423 confCall2.getTelecomCallId()); in testListCurrentCallsCdmaConference() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 224 onStateChanged(getBluetoothCallById(call.getDetails().getTelecomCallId()), state); in onStateChanged() 241 onDetailsChanged(getBluetoothCallById(call.getDetails().getTelecomCallId()), details); in onDetailsChanged() 262 getBluetoothCallById(call.getDetails().getTelecomCallId())); in onParentChanged() 285 getBluetoothCallById(call.getDetails().getTelecomCallId()), in onChildrenChanged() 463 if (!mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallAdded() 466 mCallbacks.put(call.getTelecomCallId(), callback); in onCallAdded() 469 mBluetoothCallHashMap.put(call.getTelecomCallId(), call); in onCallAdded() 518 if (mBluetoothCallHashMap.containsKey(call.getTelecomCallId())) { in onCallRemoved() 519 mBluetoothCallHashMap.remove(call.getTelecomCallId()); in onCallRemoved() 529 BluetoothCall bluetoothCall = getBluetoothCallById(call.getDetails().getTelecomCallId()); in onCallRemoved() [all …]
|
D | BluetoothCall.java | 180 return parent.getDetails().getTelecomCallId(); in getParentId() 243 return mCall.getGenericConferenceActiveChildCall().getDetails().getTelecomCallId(); in getGenericConferenceActiveChildCallId() 300 public String getTelecomCallId() { in getTelecomCallId() method in BluetoothCall 301 return getDetails().getTelecomCallId(); in getTelecomCallId() 313 result.add(call.getDetails().getTelecomCallId()); in getIds()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | GsmConnection.java | 38 return new GsmConnection(getOriginalConnection(), getTelecomCallId(), getCallDirection()); in cloneConnection()
|
D | TelephonyConnectionService.java | 1126 request.getTelecomCallId(), request.isAdhocConferenceCall()); in getTelephonyConnection() 1212 request.getAccountHandle(), request.getTelecomCallId(), in onCreateIncomingConnection() 1316 request.getAccountHandle(), request.getTelecomCallId()); in onCreateIncomingConnectionFailed() 1452 request.getAccountHandle(), request.getTelecomCallId() in onCreateUnknownConnection() 2548 tc.getTelecomCallId(), transport); in setActiveDeviceToDeviceTransport() 2584 + "on another subscription to drop.", connection.getTelecomCallId()); in maybeIndicateAnsweringWillDisconnect() 2637 + "incoming call on other sub.", tc.getTelecomCallId()); in maybeDisconnectCallsOnOtherSubs()
|
D | TelephonyConnection.java | 554 mCommunicator.onStateChanged(c.getTelecomCallId(), state); in onStateChanged() 745 Log.i(this, "onDisconnect: callId=%s, cause=%s", getTelecomCallId(), 1576 mOriginalConnection.setTelecomCallId(getTelecomCallId()); in setOriginalConnection() 2404 getTelecomCallId()); in updateStateInternal() 2475 mCommunicator.onStateChanged(getTelecomCallId(), getState()); in updateStateInternal() 2727 + "isNetworkIdentifiedEmergencyCall=%b", getTelecomCallId(), in setIsNetworkIdentifiedEmergencyCall() 3155 sb.append(getTelecomCallId()); in toString()
|
D | CdmaConnection.java | 155 mEmergencyTonePlayer, mAllowMute, getCallDirection(), getTelecomCallId()); in cloneConnection()
|
D | ImsConference.java | 1401 GsmConnection c = new GsmConnection(originalConnection, getTelecomCallId(), in handleOriginalConnectionChange() 1585 sb.append(getTelecomCallId()); in toString()
|
D | ImsConferenceController.java | 442 conferenceHostConnection.setTelecomCallId(conference.getTelecomCallId()); in startConference()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 193 Log.d(TAG, "Setting " + mCurrentCall + " to disconnected " + getTelecomCallId()); in close()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 141 sendSetConferenceMergeFailed(cxn1.getTelecomCallId()); in onConference()
|