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.java92 private final Map<AccountWithDataSet, long[]> mPerAccountCheckedIds = new ArrayMap<>(); field in SimImportFragment
182 mPerAccountCheckedIds.put(current, ids); in rememberSelectionsForCurrentAccount()
186 final long[] ids = mPerAccountCheckedIds.get(mAdapter.getAccount()); in showSelectionsForCurrentAccount()
274 mPerAccountCheckedIds.put(account.getAccount(), selections); in restoreAdapterSelectedStates()
285 for (Map.Entry<AccountWithDataSet, long[]> entry : mPerAccountCheckedIds.entrySet()) { in saveAdapterSelectedStates()