Searched refs:KEY_DELAY_MODE (Results 1 – 5 of 5) sorted by relevance
23 import static com.android.settings.accessibility.AutoclickUtils.KEY_DELAY_MODE;110 mSharedPreferences.edit().putInt(KEY_DELAY_MODE, mode).apply(); in onRadioButtonClicked()123 ? mSharedPreferences.getInt(KEY_DELAY_MODE, AUTOCLICK_CUSTOM_MODE) in updateState()
23 import static com.android.settings.accessibility.AutoclickUtils.KEY_DELAY_MODE;130 if (KEY_DELAY_MODE.equals(key)) { in onSharedPreferenceChanged()
38 static final String KEY_DELAY_MODE = "delay_mode"; field in AutoclickUtils
21 import static com.android.settings.accessibility.AutoclickUtils.KEY_DELAY_MODE;149 mController.onSharedPreferenceChanged(mSharedPreferences, KEY_DELAY_MODE); in onSharedPreferenceChanged_customMode_shouldShowCustomSeekbar()161 mController.onSharedPreferenceChanged(mSharedPreferences, KEY_DELAY_MODE); in onSharedPreferenceChanged_offMode_shouldNotShowCustomSeekbar()
22 import static com.android.settings.accessibility.AutoclickUtils.KEY_DELAY_MODE;129 mController.onSharedPreferenceChanged(mSharedPreferences, KEY_DELAY_MODE); in onSharedPreferenceChanged_delayMode_updateCustomDelayValue()