Searched refs:callLocation (Results 1 – 3 of 3) sorted by relevance
123 @NonNull private final CallLocation callLocation; field in CallCardPresenter142 callLocation = CallLocationComponent.get(mContext).getCallLocation(); in CallCardPresenter()212 } else if (!callLocation.canGetLocation(mContext)) { in onInCallScreenReady()232 callLocation.close(); in onInCallScreenUnready()799 if (!callLocation.canGetLocation(mContext)) { in getLocationFragment()804 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