/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/ |
D | WebViewAppPickerTest.java | 151 mPicker.bindPreference(preference, PACKAGE_NAME, webviewAppInfo, null); in testDisabledPackageShownAsDisabled() 165 mPicker.bindPreference(preference, PACKAGE_NAME, webviewAppInfo, null); in testEnabledPackageShownAsEnabled() 179 mPicker.bindPreference(preference, PACKAGE_NAME, webviewAppInfo, null); in testDisabledPackageShowsDisabledReasonSummary() 193 mPicker.bindPreference(preference, PACKAGE_NAME, webviewAppInfo, null); in testEnabledPackageShowsEmptySummary() 318 mPicker.bindPreference(mockPreference, PACKAGE_NAME, webviewAppInfo, null); in testWebViewVersionAddedAfterLabel()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/ |
D | ManageApplicationsController.java | 133 newList.add(mCallback.bindPreference(recycle, entry)); in updateAppList() 162 @NonNull Preference bindPreference(@NonNull Preference preference, in bindPreference() method
|
D | WriteSettings.java | 71 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in WriteSettings
|
D | AppUsageAccess.java | 67 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in AppUsageAccess
|
D | SystemAlertWindow.java | 76 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in SystemAlertWindow
|
D | HighPower.java | 89 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in HighPower
|
D | ExternalSources.java | 78 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in ExternalSources
|
D | PictureInPicture.java | 112 public Preference bindPreference(@NonNull Preference preference, in bindPreference() method in PictureInPicture
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | RadioButtonPickerFragment.java | 195 bindPreference(pref, info.getKey(), info, defaultKey); in updateCandidates() 207 public RadioButtonPreference bindPreference(RadioButtonPreference pref, in bindPreference() method in RadioButtonPickerFragment
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | RadioButtonPickerFragment.java | 194 bindPreference(pref, info.getKey(), info, defaultKey); in updateCandidates() 205 public RadioButtonPreference bindPreference(RadioButtonPreference pref, in bindPreference() method in RadioButtonPickerFragment
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/ |
D | DeviceAdminListPreferenceController.java | 185 bindPreference(item, pref); in refreshUI() 192 private void bindPreference(DeviceAdminListItem item, SwitchPreference pref) { in bindPreference() method in DeviceAdminListPreferenceController
|
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/ |
D | DeviceAdminListPreferenceController.java | 189 bindPreference(item, pref); in refreshUI() 196 private void bindPreference(DeviceAdminListItem item, FilterTouchesSwitchPreference pref) { in bindPreference() method in DeviceAdminListPreferenceController
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | AllAppsFragment.java | 252 final Preference newPref = bindPreference(recycle, entry); 274 private Preference bindPreference(@NonNull Preference preference,
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | SystemNavigationGestureSettings.java | 124 bindPreference(pref, info.getKey(), info, defaultKey); in updateCandidates()
|