Searched defs:mDirtyRawContacts (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java40 private ArraySet<Long> mDirtyRawContacts; field in class:TransactionContext
72 if (mDirtyRawContacts == null) {
73 mDirtyRawContacts = new ArraySet<>();
75 mDirtyRawContacts.add(rawContactId);
130 if (mDirtyRawContacts == null) mDirtyRawContacts = new ArraySet<>();
131 return mDirtyRawContacts;
178 mDirtyRawContacts = null;

Completed in 34 milliseconds