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/
DConnectionServiceWrapper.java1118 call.setCallDirection(Call.getRemappedCallDirection(direction)); in setCallDirection()
DCallsManager.java3335 int callDirection = Call.getRemappedCallDirection(parcelableConference.getCallDirection());
4250 Call.getRemappedCallDirection(connection.getCallDirection()) /* callDirection */,
DCall.java3836 public static int getRemappedCallDirection( in getRemappedCallDirection() method in Call