Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java91 private final Map<AccountWithDataSet, long[]> mPerAccountCheckedIds = new ArrayMap<>(); field in SimImportFragment
181 mPerAccountCheckedIds.put(current, ids); in rememberSelectionsForCurrentAccount()
185 final long[] ids = mPerAccountCheckedIds.get(mAdapter.getAccount()); in showSelectionsForCurrentAccount()
273 mPerAccountCheckedIds.put(account.getAccount(), selections); in restoreAdapterSelectedStates()
284 for (Map.Entry<AccountWithDataSet, long[]> entry : mPerAccountCheckedIds.entrySet()) { in saveAdapterSelectedStates()