Home
last modified time | relevance | path

Searched refs:bindPreferenceExtra (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
DWebViewAppPickerTest.java152 mPicker.bindPreferenceExtra(preference, PACKAGE_NAME, webviewAppInfo, null, null); in testDisabledPackageShownAsDisabled()
166 mPicker.bindPreferenceExtra(preference, PACKAGE_NAME, webviewAppInfo, null, null); in testEnabledPackageShownAsEnabled()
180 mPicker.bindPreferenceExtra(preference, PACKAGE_NAME, webviewAppInfo, null, null); in testDisabledPackageShowsDisabledReasonSummary()
194 mPicker.bindPreferenceExtra(preference, PACKAGE_NAME, webviewAppInfo, null, null); in testEnabledPackageShowsEmptySummary()
319 mPicker.bindPreferenceExtra( in testWebViewVersionAddedAfterLabel()
/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerPicker.java172 public void bindPreferenceExtra(RadioButtonPreference pref, in bindPreferenceExtra() method in BugReportHandlerPicker
174 super.bindPreferenceExtra(pref, key, info, defaultKey, systemDefaultKey); in bindPreferenceExtra()
/packages/apps/Settings/src/com/android/settings/gestures/
DSystemNavigationGestureSettings.java111 bindPreferenceExtra(pref, info.getKey(), info, defaultKey, systemDefaultKey); in updateCandidates()
118 public void bindPreferenceExtra(RadioButtonPreference pref, in bindPreferenceExtra() method in SystemNavigationGestureSettings
/packages/apps/Settings/src/com/android/settings/widget/
DRadioButtonPickerFragment.java153 public void bindPreferenceExtra(RadioButtonPreference pref, in bindPreferenceExtra() method in RadioButtonPickerFragment
195 bindPreferenceExtra(pref, info.getKey(), info, defaultKey, systemDefaultKey); in updateCandidates()
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultAppPickerFragment.java81 public void bindPreferenceExtra(RadioButtonPreference pref, in bindPreferenceExtra() method in DefaultAppPickerFragment
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/
DBatterySaverScheduleSettings.java145 public void bindPreferenceExtra(RadioButtonPreference pref, String key, CandidateInfo info, in bindPreferenceExtra() method in BatterySaverScheduleSettings