Home
last modified time | relevance | path

Searched refs:liveCallPhoneAccount (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1877 PhoneAccountHandle liveCallPhoneAccount = liveCall.getTargetPhoneAccount(); in makeRoomForOutgoingCall() local
1878 if (liveCallPhoneAccount == null && liveCall.isConference() && in makeRoomForOutgoingCall()
1880 liveCallPhoneAccount = getFirstChildPhoneAccount(liveCall); in makeRoomForOutgoingCall()
1882 liveCallPhoneAccount); in makeRoomForOutgoingCall()
1888 if (Objects.equals(liveCallPhoneAccount, call.getTargetPhoneAccount())) { in makeRoomForOutgoingCall()