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.java55 private final OnContactInfoChangedListener mOnContactInfoChangedListener;
90 @NonNull OnContactInfoChangedListener listener) { in ContactInfoCache()
324 public interface OnContactInfoChangedListener { interface in ContactInfoCache
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java48 import com.android.dialer.app.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
101 private final OnContactInfoChangedListener mOnContactInfoChangedListener =
102 new OnContactInfoChangedListener() {