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.java3534 int callDirection = Call.getRemappedCallDirection(parcelableConference.getCallDirection());
4470 Call.getRemappedCallDirection(connection.getCallDirection()) /* callDirection */,
DConnectionServiceWrapper.java1121 call.setCallDirection(Call.getRemappedCallDirection(direction)); in setCallDirection()
DCall.java4085 public static int getRemappedCallDirection( in getRemappedCallDirection() method in Call