Searched refs:mInsertedRawContactsAccounts (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java35 private HashMap<Long, Long> mInsertedRawContactsAccounts; field in class:TransactionContext
56 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
57 mInsertedRawContactsAccounts.put(rawContactId, accountId);
101 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
102 return mInsertedRawContactsAccounts.keySet();
136 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap();
137 return mInsertedRawContactsAccounts
[all...]

Completed in 3568 milliseconds