Searched refs:checkedCount (Results 1 – 3 of 3) sorted by relevance
191 int checkedCount = mAdapter.getCheckedCount(); in showRemoveLocaleWarningDialog() local194 if (checkedCount == 0) { in showRemoveLocaleWarningDialog()200 if (checkedCount == mAdapter.getItemCount()) { in showRemoveLocaleWarningDialog()222 checkedCount); in showRemoveLocaleWarningDialog()
278 int checkedCount = listView.getCheckedItemCount(); in onActivityCreated()284 mode.setTitle(String.valueOf(checkedCount)); in onActivityCreated()
4009 int checkedCount = 0;4012 ids[checkedCount++] = adapter.getItemId(states.keyAt(i));4018 if (checkedCount == count) {4021 final long[] result = new long[checkedCount];4022 System.arraycopy(ids, 0, result, 0, checkedCount);