Searched refs:getCheckedCount (Results 1 – 3 of 3) sorted by relevance
203 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_allLocaleSelected_shouldShowErrorDialog()225 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_mainLocaleSelected_shouldShowLocaleChangeDialog()247 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_mainLocaleNotSelected_shouldShowConfirmDialog()274 when(mAdapter.getCheckedCount()).thenReturn(1); in showConfirmDialog_systemLocaleSelected_shouldShowLocaleChangeDialog()
293 int getCheckedCount() { in getCheckedCount() method in LocaleDragAndDropAdapter
368 int checkedCount = mAdapter.getCheckedCount(); in showRemoveLocaleWarningDialog()