HomeSort by relevance Sort by last modified time
    Searched defs:getCallTypeText (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeHelper.java 80 public CharSequence getCallTypeText(int callType, boolean isVideoCall, boolean isPulledCall) {
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsEntryViewHolder.java 103 callTypeText.setText(callTypeHelper.getCallTypeText(callType, isVideoCall, isPulledCall));

Completed in 147 milliseconds