Home
last modified time | relevance | path

Searched refs:OnContactInfoChangedListener (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java56 private final OnContactInfoChangedListener onContactInfoChangedListener;
92 @NonNull OnContactInfoChangedListener listener) { in ContactInfoCache()
330 public interface OnContactInfoChangedListener { interface in ContactInfoCache
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java54 import com.android.dialer.app.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
122 private final OnContactInfoChangedListener onContactInfoChangedListener =
123 new OnContactInfoChangedListener() {