Searched refs:CallCardPresenter (Results 1 – 2 of 2) sorted by relevance
85 public class CallCardPresenter class146 public CallCardPresenter(Context context) { in CallCardPresenter() method in CallCardPresenter1169 private final WeakReference<CallCardPresenter> callCardPresenter;1172 public ContactLookupCallback(CallCardPresenter callCardPresenter, boolean isPrimary) { in ContactLookupCallback()1173 this.callCardPresenter = new WeakReference<CallCardPresenter>(callCardPresenter); in ContactLookupCallback()1179 CallCardPresenter presenter = callCardPresenter.get(); in onContactInfoComplete()1187 CallCardPresenter presenter = callCardPresenter.get(); in onImageLoadComplete()
1111 return new CallCardPresenter(this); in newInCallScreenDelegate()