Searched refs:prefkey (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | VibrationIntensityPreferenceController.java | 47 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/ |
D | UnrestrictedDataAccessPreferenceController.java | 138 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/ |
D | UnrestrictedDataAccessPreferenceController.java | 138 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/ |
D | VibrationIntensityPreferenceController.java | 46 public VibrationIntensityPreferenceController(Context context, String prefkey, in VibrationIntensityPreferenceController() argument 48 super(context, prefkey); in VibrationIntensityPreferenceController()
|