Searched refs:getCheckedCount (Results 1 – 3 of 3) sorted by relevance
215 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_allLocaleSelected_shouldShowErrorDialog()236 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_mainLocaleSelected_shouldShowLocaleChangeDialog()257 when(mAdapter.getCheckedCount()).thenReturn(1); in showRemoveLocaleWarningDialog_mainLocaleNotSelected_shouldShowConfirmDialog()284 when(mAdapter.getCheckedCount()).thenReturn(1); in showConfirmDialog_systemLocaleSelected_shouldShowLocaleChangeDialog()318 when(mAdapter.getCheckedCount()).thenReturn(1); in showConfirmDialog_2ndLocaleSelected_shouldShowLocaleChangeDialog()
299 int getCheckedCount() { in getCheckedCount() method in LocaleDragAndDropAdapter
369 int checkedCount = mAdapter.getCheckedCount(); in showRemoveLocaleWarningDialog()