Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java91 private final Set<Long> mNotifiedRawContactIds = Sets.newHashSet(); field in ContactLoader
880 if (mNotifiedRawContactIds.contains(rawContactId)) { in postViewNotificationToSyncAdapter()
883 mNotifiedRawContactIds.add(rawContactId); in postViewNotificationToSyncAdapter()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java79 private final Set<Long> mNotifiedRawContactIds = Sets.newHashSet(); field in ContactLoader
721 if (mNotifiedRawContactIds.contains(rawContactId)) { in postViewNotificationToSyncAdapter()
724 mNotifiedRawContactIds.add(rawContactId); in postViewNotificationToSyncAdapter()