Searched refs:existsInCurrentAccount (Results 1 – 1 of 1) sorted by relevance
209 if (checked.valueAt(i) && !mAdapter.existsInCurrentAccount(checked.keyAt(i))) { in updateToolbarWithCurrentSelections()297 if (checked.valueAt(i) && !mAdapter.existsInCurrentAccount(i)) { in importCurrentSelections()306 if (mAdapter.existsInCurrentAccount(position)) { in onItemClick()390 return !existsInCurrentAccount(position) ? 0 : 1; in getItemViewType()398 final int layoutRes = existsInCurrentAccount(position) ? in getView()423 public boolean existsInCurrentAccount(int position) { in existsInCurrentAccount() method in SimImportFragment.SimContactAdapter424 return existsInCurrentAccount(getItem(position)); in existsInCurrentAccount()427 public boolean existsInCurrentAccount(SimContact contact) { in existsInCurrentAccount() method in SimImportFragment.SimContactAdapter