Searched refs:CallLocationComponent (Results 1 – 3 of 3) sorted by relevance
25 public abstract class CallLocationComponent { class29 public static CallLocationComponent get(Context context) { in get()36 CallLocationComponent callLocationComponent(); in callLocationComponent()
47 import com.android.incallui.calllocation.CallLocationComponent;59 CallLocationComponent.HasComponent,
70 import com.android.incallui.calllocation.CallLocationComponent;149 callLocation = CallLocationComponent.get(this.context).getCallLocation(); in CallCardPresenter()