Searched refs:callLocation (Results 1 – 3 of 3) sorted by relevance
130 @NonNull private final CallLocation callLocation; field in CallCardPresenter149 callLocation = CallLocationComponent.get(this.context).getCallLocation(); in CallCardPresenter()214 } else if (!callLocation.canGetLocation(context)) { in onInCallScreenReady()234 callLocation.close(); in onInCallScreenUnready()763 return callLocation.getLocationFragment(context); in getLocationFragment()793 if (!callLocation.canGetLocation(context)) { in shouldShowLocation()
28 public abstract CallLocation bindCallLocation(CallLocationImpl callLocation); in bindCallLocation() argument
36 public abstract CallLocation bindCallLocation(StubCallLocation callLocation); in bindCallLocation() argument