Home
last modified time | relevance | path

Searched refs:getShortcutTypeCheckBoxValue (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragmentTest.java173 final int checkboxValue = mFragment.getShortcutTypeCheckBoxValue(); in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue()
194 final int checkboxValue = mFragment.getShortcutTypeCheckBoxValue(); in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
216 final int value = mFragment.getShortcutTypeCheckBoxValue(); in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable()
DToggleFeaturePreferenceFragmentTest.java274 final int checkboxValue = mFragment.getShortcutTypeCheckBoxValue(); in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue()
294 final int checkboxValue = mFragment.getShortcutTypeCheckBoxValue(); in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
314 final int value = mFragment.getShortcutTypeCheckBoxValue(); in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable()
DToggleScreenMagnificationPreferenceFragmentTest.java709 final int checkboxValue = fragment.getShortcutTypeCheckBoxValue(); in setupMagnificationEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue()
729 final int checkboxValue = fragment.getShortcutTypeCheckBoxValue(); in setupMagnificationEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
750 final int checkboxValue = fragment.getShortcutTypeCheckBoxValue(); in setupMagnificationEditShortcutDialog_twoFingerTripleTapOn_checkboxIsSavedValue()
766 final int value = fragment.getShortcutTypeCheckBoxValue(); in restoreValueFromSavedInstanceState_assignToVariable()
788 final int value = fragment.getShortcutTypeCheckBoxValue(); in restoreValueFromSavedInstanceState_twoFingerTripleTap_assignToVariable()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragment.java198 final int value = getShortcutTypeCheckBoxValue(); in onSaveInstanceState()
316 protected int getShortcutTypeCheckBoxValue() { in getShortcutTypeCheckBoxValue() method in AccessibilityShortcutPreferenceFragment
373 final int value = getShortcutTypeCheckBoxValue(); in callOnAlertDialogCheckboxClicked()
DToggleFeaturePreferenceFragment.java291 final int value = getShortcutTypeCheckBoxValue(); in onSaveInstanceState()
690 protected int getShortcutTypeCheckBoxValue() { in getShortcutTypeCheckBoxValue() method in ToggleFeaturePreferenceFragment
779 final int value = getShortcutTypeCheckBoxValue(); in callOnAlertDialogCheckboxClicked()
DToggleScreenMagnificationPreferenceFragment.java358 protected int getShortcutTypeCheckBoxValue() { in getShortcutTypeCheckBoxValue() method in ToggleScreenMagnificationPreferenceFragment
541 final int value = getShortcutTypeCheckBoxValue(); in callOnAlertDialogCheckboxClicked()