Home
last modified time | relevance | path

Searched refs:prefkey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DVibrationIntensityPreferenceController.java47 public VibrationIntensityPreferenceController(Context context, String prefkey, in VibrationIntensityPreferenceController() argument
49 super(context, prefkey); in VibrationIntensityPreferenceController()
62 public VibrationIntensityPreferenceController(Context context, String prefkey, in VibrationIntensityPreferenceController() argument
64 this(context, prefkey, settingKey, enabledKey, /* supportRampingRinger= */ false); in VibrationIntensityPreferenceController()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DUnrestrictedDataAccessPreferenceController.java138 final String prefkey = UnrestrictedDataAccessPreference.generateKey(entry); in onRebuildComplete() local
139 appsKeySet.add(prefkey); in onRebuildComplete()
141 (UnrestrictedDataAccessPreference) mScreen.findPreference(prefkey); in onRebuildComplete()
/packages/apps/Settings/src/com/android/settings/datausage/
DUnrestrictedDataAccessPreferenceController.java138 final String prefkey = UnrestrictedDataAccessPreference.generateKey(entry); in onRebuildComplete() local
139 appsKeySet.add(prefkey); in onRebuildComplete()
141 (UnrestrictedDataAccessPreference) mScreen.findPreference(prefkey); in onRebuildComplete()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DVibrationIntensityPreferenceController.java46 public VibrationIntensityPreferenceController(Context context, String prefkey, in VibrationIntensityPreferenceController() argument
48 super(context, prefkey); in VibrationIntensityPreferenceController()