Searched refs:postViewNotification (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 93 public ContactLoader(Context context, Uri lookupUri, boolean postViewNotification) { in ContactLoader() argument 94 this(context, lookupUri, false, postViewNotification, false); in ContactLoader() 97 public ContactLoader(Context context, Uri lookupUri, boolean postViewNotification, in ContactLoader() argument 99 this(context, lookupUri, loadGroupMetaData, postViewNotification, false); in ContactLoader() 103 boolean postViewNotification, boolean computeFormattedPhoneNumber) { in ContactLoader() argument 108 mPostViewNotification = postViewNotification; in ContactLoader()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 88 public ContactLoader(Context context, Uri lookupUri, boolean postViewNotification) { in ContactLoader() argument 89 this(context, lookupUri, false, false, postViewNotification, false); in ContactLoader() 97 boolean postViewNotification, in ContactLoader() argument 104 mPostViewNotification = postViewNotification; in ContactLoader()
|