Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3305 int callDirection = Call.getRemappedCallDirection(parcelableConference.getCallDirection());
4199 Call.getRemappedCallDirection(connection.getCallDirection()) /* callDirection */,
DConnectionServiceWrapper.java1110 call.setCallDirection(Call.getRemappedCallDirection(direction)); in setCallDirection()
DCall.java3747 public static int getRemappedCallDirection( in getRemappedCallDirection() method in Call