Searched refs:existsInCurrentAccount (Results 1 – 1 of 1) sorted by relevance
208 if (checked.valueAt(i) && !mAdapter.existsInCurrentAccount(checked.keyAt(i))) { in updateToolbarWithCurrentSelections()296 if (checked.valueAt(i) && !mAdapter.existsInCurrentAccount(i)) { in importCurrentSelections()305 if (mAdapter.existsInCurrentAccount(position)) { in onItemClick()389 return !existsInCurrentAccount(position) ? 0 : 1; in getItemViewType()397 final int layoutRes = existsInCurrentAccount(position) ? in getView()422 public boolean existsInCurrentAccount(int position) { in existsInCurrentAccount() method in SimImportFragment.SimContactAdapter423 return existsInCurrentAccount(getItem(position)); in existsInCurrentAccount()426 public boolean existsInCurrentAccount(SimContact contact) { in existsInCurrentAccount() method in SimImportFragment.SimContactAdapter