Searched refs:mNotifiedRawContactIds (Results 1 – 2 of 2) sorted by relevance
91 private final Set<Long> mNotifiedRawContactIds = Sets.newHashSet(); field in ContactLoader880 if (mNotifiedRawContactIds.contains(rawContactId)) { in postViewNotificationToSyncAdapter()883 mNotifiedRawContactIds.add(rawContactId); in postViewNotificationToSyncAdapter()
79 private final Set<Long> mNotifiedRawContactIds = Sets.newHashSet(); field in ContactLoader721 if (mNotifiedRawContactIds.contains(rawContactId)) { in postViewNotificationToSyncAdapter()724 mNotifiedRawContactIds.add(rawContactId); in postViewNotificationToSyncAdapter()