Searched refs:mAccessibilityAutoclickKeyToValueMap (Results 1 – 2 of 2) sorted by relevance
74 private Map<String, Integer> mAccessibilityAutoclickKeyToValueMap; field in ToggleAutoclickPreferenceControllerTest86 mController.mAccessibilityAutoclickKeyToValueMap = mAccessibilityAutoclickKeyToValueMap; in setUp()92 when(mAccessibilityAutoclickKeyToValueMap.get(mDelayModePref.getKey())).thenReturn( in setUp()118 when(mAccessibilityAutoclickKeyToValueMap.get(mPrefKey)).thenReturn(AUTOCLICK_OFF_MODE); in onRadioButtonClicked_offMode_disableAutoClick()135 when(mAccessibilityAutoclickKeyToValueMap.get(mDelayModePref.getKey())).thenReturn( in onRadioButtonClicked_customMode_enableAutoClick()137 when(mAccessibilityAutoclickKeyToValueMap.get(mPrefKey)).thenReturn(AUTOCLICK_CUSTOM_MODE); in onRadioButtonClicked_customMode_enableAutoClick()151 when(mAccessibilityAutoclickKeyToValueMap.get(mDelayModePref.getKey())).thenReturn( in onRadioButtonClicked_hasListener_runOnCheckedChanged()153 when(mAccessibilityAutoclickKeyToValueMap.get(mPrefKey)).thenReturn(AUTOCLICK_CUSTOM_MODE); in onRadioButtonClicked_hasListener_runOnCheckedChanged()
64 Map<String, Integer> mAccessibilityAutoclickKeyToValueMap = new ArrayMap<>(); field in ToggleAutoclickPreferenceController121 final int value = mAccessibilityAutoclickKeyToValueMap.get(mPreferenceKey); in onRadioButtonClicked()150 final int mode = mAccessibilityAutoclickKeyToValueMap.get(mDelayModePref.getKey()); in updateState()172 mAccessibilityAutoclickKeyToValueMap.put(autoclickKeys[i], autoclickValues[i]); in setAutoclickModeToKeyMap()