Home
last modified time | relevance | path

Searched refs:PrimarySwitchPreference (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DPrimarySwitchPreference.java36 public class PrimarySwitchPreference extends RestrictedPreference { class
43 public PrimarySwitchPreference(Context context, AttributeSet attrs, in PrimarySwitchPreference() method in PrimarySwitchPreference
48 public PrimarySwitchPreference(Context context, AttributeSet attrs, int defStyleAttr) { in PrimarySwitchPreference() method in PrimarySwitchPreference
52 public PrimarySwitchPreference(Context context, AttributeSet attrs) { in PrimarySwitchPreference() method in PrimarySwitchPreference
56 public PrimarySwitchPreference(Context context) { in PrimarySwitchPreference() method in PrimarySwitchPreference
H A DRestrictedPreferenceHelper.java236 if (mPreference instanceof PrimarySwitchPreference) { in updateDisabledState()
237 ((PrimarySwitchPreference) mPreference) in updateDisabledState()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DPrimarySwitchPreferenceTest.java47 private PrimarySwitchPreference mPreference;
54 mPreference = new PrimarySwitchPreference(mContext); in setUp()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodPreference.java44 import com.android.settingslib.PrimarySwitchPreference;
57 public class InputMethodPreference extends PrimarySwitchPreference
H A DInputMethodAndSubtypeUtilCompat.java41 import com.android.settingslib.PrimarySwitchPreference;
214 } else if (pref instanceof PrimarySwitchPreference) { in saveInputMethodSubtypeListForUserInternal()
215 isImeChecked = ((PrimarySwitchPreference) pref).isChecked(); in saveInputMethodSubtypeListForUserInternal()