Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/packages/apps/Settings/src/com/android/settings/development/
DSecondaryDisplayPreferenceController.java52 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
83 private void writeSecondaryDisplayDevicesOption(String newValue) { in writeSecondaryDisplayDevicesOption()
85 Settings.Global.OVERLAY_DISPLAY_DEVICES, newValue); in writeSecondaryDisplayDevicesOption() local
DCachedAppsFreezerPreferenceController.java73 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
90 private DialogInterface.OnClickListener getRebootDialogOkListener(Object newValue) { in getRebootDialogOkListener()
DDebugGpuOverdrawPreferenceController.java55 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
66 private void writeDebugHwOverdrawOptions(Object newValue) { in writeDebugHwOverdrawOptions()
DProfileGpuRenderingPreferenceController.java54 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
65 private void writeTrackFrameTimeOptions(Object newValue) { in writeTrackFrameTimeOptions()
DDebugNonRectClipOperationsPreferenceController.java55 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
66 private void writeShowNonRectClipOptions(Object newValue) { in writeShowNonRectClipOptions()
DBackgroundProcessLimitPreferenceController.java54 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
90 private void writeAppProcessLimitOptions(Object newValue) { in writeAppProcessLimitOptions()
DWindowAnimationScalePreferenceController.java63 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
79 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption()
DAnimatorDurationScalePreferenceController.java62 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
78 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption()
DTransitionAnimationScalePreferenceController.java63 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
79 private void writeAnimationScaleOption(Object newValue) { in writeAnimationScaleOption()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsControllerTestBase.java95 DeviceConfig setName(String newValue) { in setName()
100 DeviceConfig setAddress(String newValue) { in setAddress()
105 DeviceConfig setMajorDeviceClass(int newValue) { in setMajorDeviceClass()
110 DeviceConfig setConnected(boolean newValue) { in setConnected()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DLightPermInfoLiveData.kt68 val newValue = in loadDataAndPostValue() constant
131 override fun newValue(key: String): LightPermInfoLiveData { in newValue() method
DDataRepository.kt78 @MainThread protected abstract fun newValue(key: K): V in <lambda>() method in com.android.permissioncontroller.permission.data.DataRepository
198 @MainThread protected abstract fun newValue(key: K, deviceId: Int): V in newValue() method in com.android.permissioncontroller.permission.data.DataRepositoryForDevice
200 override fun newValue(key: K): V { in newValue() method in com.android.permissioncontroller.permission.data.DataRepositoryForDevice
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
DMetadataResponseListener.java43 V newValue = partialResult.get(mKey); in onProgressed() local
51 V newValue = totalCaptureResult.get(mKey); in onCompleted() local
/packages/apps/Settings/tests/unit/src/com/android/settings/core/
DSettingsSliderPreferenceControllerTest.java52 final int newValue = 28; in onPreferenceChange_updatesPosition() local
61 final int newValue = 28; in updateState_setsPreferenceToCurrentValue() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
DSliderPreferenceControllerTest.java48 final int newValue = 28; in onPreferenceChange_updatesPosition() local
57 final int newValue = 28; in updateState_setsPreferenceToCurrentValue() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DSelectLongPressTimeoutPreferenceController.java53 final int newValue = Integer.parseInt((String) object); in onPreferenceChange() local
55 Settings.Secure.LONG_PRESS_TIMEOUT, newValue); in onPreferenceChange() local
/packages/apps/Settings/src/com/android/settings/development/autofill/
DAbstractGlobalSettingsPreference.java93 int newValue = mDefaultValue; in onDialogClosed() local
100 Settings.Global.putInt(getContext().getContentResolver(), mKey, newValue); in onDialogClosed() local
DAutofillLoggingLevelPreferenceController.java72 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
112 private void writeLevel(Object newValue) { in writeLevel()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DTurnScreenOn.java77 switchPref.setOnPreferenceChangeListener((pref, newValue) -> { in bindPreference() argument
87 private void setTurnScreenOnMode(ApplicationsState.AppEntry entry, boolean newValue) { in setTurnScreenOnMode()
DPictureInPicture.java121 switchPref.setOnPreferenceChangeListener((pref, newValue) -> { in bindPreference() argument
131 private void setPiPMode(ApplicationsState.AppEntry entry, boolean newValue) { in setPiPMode()
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DNotificationsAppListPreferenceController.java80 preference.setOnSecondaryActionClickListener((newValue) -> { in createPreference() argument
101 void onSecondaryActionClick(String packageName, int uid, boolean newValue) { in onSecondaryActionClick()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherSecurityPreferenceController.java99 Object newValue) { in handlePreferenceChanged()
111 private void updateSecurityType(int newValue) { in updateSecurityType()
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockContentListener.java45 void onContentChanged(@Nullable String newValue); in onContentChanged()
141 String newValue = bundle.getString(mContentKey); in getContentFromUri() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/toggle/
DHvacIntegerToggleButton.java76 int newValue = isToggleOn() ? mOffValue : mOnValue; in handleClick() local
77 propertySetter.setHvacProperty(getHvacPropertyToView(), getAreaId(), newValue); in handleClick() local
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
DDisableAnimationsPreferenceControllerTest.java168 private void setAnimationScaleAndWaitForUpdate(float newValue) { in setAnimationScaleAndWaitForUpdate()
184 newValue); in setAnimationScaleAndWaitForUpdate() local

12345678910>>...19