Searched refs:callLocation (Results 1 – 3 of 3) sorted by relevance
127 @NonNull private final CallLocation callLocation; field in CallCardPresenter146 callLocation = CallLocationComponent.get(mContext).getCallLocation(); in CallCardPresenter()216 } else if (!callLocation.canGetLocation(mContext)) { in onInCallScreenReady()236 callLocation.close(); in onInCallScreenUnready()810 if (!callLocation.canGetLocation(mContext)) { in getLocationFragment()815 return callLocation.getLocationFragment(mContext); in getLocationFragment()
28 public abstract CallLocation bindCallLocation(CallLocationImpl callLocation); in bindCallLocation() argument
33 public abstract CallLocation bindCallLocation(StubCallLocation callLocation); in bindCallLocation() argument