Home
last modified time | relevance | path

Searched defs:prefKey (Results 1 – 25 of 32) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSubScreenFragment.java39 static void setPreferenceEnabled(final String prefKey, final boolean enabled, in setPreferenceEnabled()
47 static void removePreference(final String prefKey, final PreferenceScreen screen) { in removePreference()
54 static void updateListPreferenceSummaryToCurrentValue(final String prefKey, in updateListPreferenceSummaryToCurrentValue()
DDebugSettingsFragment.java153 private void setupKeyPreviewAnimationScale(final String prefKey, final float defaultValue) { in setupKeyPreviewAnimationScale()
205 private void setupKeyPreviewAnimationDuration(final String prefKey, final int defaultValue) { in setupKeyPreviewAnimationDuration()
243 private void setupKeyboardHeight(final String prefKey, final float defaultValue) { in setupKeyboardHeight()
/packages/apps/Settings/src/com/android/settings/notification/
DEmergencyBroadcastPreferenceController.java46 public EmergencyBroadcastPreferenceController(Context context, String prefKey) { in EmergencyBroadcastPreferenceController()
52 String prefKey) { in EmergencyBroadcastPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
DBaseTimeZonePreferenceControllerTest.java44 String prefKey = "key1"; in handlePreferenceTreeClick_correctKey_triggerOnClickListener() local
56 String prefKey = "key1"; in handlePreferenceTreeClick_wrongKey_triggerOnClickListener() local
/packages/apps/Messaging/src/com/android/messaging/util/
DRingtoneUtil.java38 final String prefKey = context.getString(R.string.notification_sound_pref_key); in getNotificationRingtoneUri() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java103 private void writePref(String prefKey, long value) { in writePref()
107 private long readPref(String prefKey, Long defaultValue) { in readPref()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DWriteSystemSettingsPreferenceController.java29 public WriteSystemSettingsPreferenceController(Context context, String prefKey) { in WriteSystemSettingsPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
DFeedbackPreferenceControllerTest.java55 final String prefKey = mController.getPreferenceKey(); in setUp() local
DPhoneNumberPreferenceControllerTest.java81 final String prefKey = mController.getPreferenceKey(); in setup() local
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/prefs/
DTmaPrefs.java80 PrefEntry(TmaPrefKey prefKey) { in PrefEntry()
157 EnumPrefEntry(TmaPrefKey prefKey, T[] enumValues, T defaultValue) { in EnumPrefEntry()
/packages/apps/Settings/src/com/android/settings/network/
DUsbTetherPreferenceController.java46 public UsbTetherPreferenceController(Context context, String prefKey) { in UsbTetherPreferenceController()
DWifiTetherDisablePreferenceController.java46 public WifiTetherDisablePreferenceController(Context context, String prefKey) { in WifiTetherDisablePreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusPreferenceControllerTest.java82 final String prefKey = mController.getPreferenceKey(); in setUp() local
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DBridgedAppsPreferenceController.java126 final String prefKey = entry.info.packageName + "|" + entry.info.uid; in onRebuildComplete() local
197 String prefKey; in removeUselessPrefs() local
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DTelephonyBasePreferenceControllerTest.java86 public TestPreferenceController(Context context, String prefKey) { in TestPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
DImeiInfoPreferenceControllerTest.java92 final String prefKey = mController.getPreferenceKey(); in setUp() local
/packages/apps/Settings/src/com/android/settings/applications/assist/
DDefaultAssistPreferenceController.java47 public DefaultAssistPreferenceController(Context context, String prefKey, in DefaultAssistPreferenceController()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java80 private void setKeyboardThemePreference(final String prefKey, final int themeId) { in setKeyboardThemePreference()
113 final String prefKey = KeyboardTheme.getPreferenceKey(sdkVersion); in assertKeyboardThemePreference() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryListPreferenceController.java145 String prefKey; in createUserDictSettings() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java572 final String prefKey = preference.getKey(); in createAccessibilityServicePreferenceList() local
636 final String prefKey = preference.getKey(); in createAccessibilityActivityPreferenceList() local
703 private void putBasicExtras(RestrictedPreference preference, String prefKey, in putBasicExtras()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java306 final String prefKey = context.getString(R.string.notifications_enabled_pref_key); in shouldNotify() local
326 final String prefKey = context.getString(R.string.notification_vibration_pref_key); in shouldVibrate() local
1157 final String prefKey = context.getString(R.string.notifications_group_children_key); in getGroupChildIds() local
1175 final String prefKey = context.getString(R.string.notifications_group_children_key); in writeGroupChildIds() local
/packages/apps/Settings/src/com/android/settings/datausage/
DUnrestrictedDataAccessPreferenceController.java212 String prefKey; in removeUselessPrefs() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java165 final String prefKey = getPreferenceKey(sdkVersion); in saveKeyboardThemeId() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryChartPreferenceController.java410 final String prefKey = entry.mBatteryHistEntry.getKey(); in addPreferenceToScreen() local
462 final String prefKey = entry.mBatteryHistEntry.getKey(); in refreshExpandUi() local
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DSettingsActivity.java101 String prefKey = intent.getStringExtra(EXTRA_FRAGMENT_ARG_KEY); in onCreate() local

12