Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java95 public ContactLoader(Context context, Uri lookupUri, boolean postViewNotification) { in ContactLoader() argument
96 this(context, lookupUri, false, false, postViewNotification, false); in ContactLoader()
101 boolean postViewNotification, boolean computeFormattedPhoneNumber) { in ContactLoader() argument
107 mPostViewNotification = postViewNotification; in ContactLoader()