Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DNfcSnoopLogPreferenceControllerTest.java74 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogConfirmed_nfcSnoopLogDisabled_shouldChangeProperty() local
85 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogConfirmed_nfcSnoopLogEnabled_shouldChangeProperty() local
96 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogCanceled_shouldNotChangeProperty() local
DNfcVerboseVendorLogPreferenceControllerTest.java74 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogConfirmed_nfcVendorLogDisabled_shouldChangeProperty() local
85 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogConfirmed_nfcVendorLogEnabled_shouldChangeProperty() local
96 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogCanceled_shouldNotChangeProperty() local
DBluetoothAvrcpVersionPreferenceControllerTest.java81 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13() local
90 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15() local
DBluetoothMapVersionPreferenceControllerTest.java73 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap13_shouldEnableMap13() local
80 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap14_shouldEnableMap14() local
DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java121 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in onPreferenceChange_setNumberOfDevices() local
/packages/apps/Settings/src/com/android/settings/development/
DNfcSnoopLogPreferenceController.java71 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in updateState() local
94 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in isDefaultValue() local
110 final String currentValue = in onNfcRebootDialogConfirmed() local
DNfcVerboseVendorLogPreferenceController.java71 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in updateState() local
95 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in isDefaultValue() local
111 final String currentValue = SystemProperties in onNfcRebootDialogConfirmed() local
DBluetoothAvrcpVersionPreferenceController.java65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
DBluetoothMapVersionPreferenceController.java68 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState() local
DCachedAppsFreezerPreferenceController.java74 final String currentValue = Settings.Global.getString(mContext.getContentResolver(), in onPreferenceChange() local
DHdcpCheckingPreferenceController.java77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
DBluetoothSnoopLogPreferenceController.java94 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
DBluetoothMaxConnectedAudioDevicesPreferenceController.java84 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
DBluetoothSnoopLogFilterProfilePbapPreferenceController.java93 BluetoothProperties.snoop_log_filter_profile_pbap_values currentValue = in updateState() local
DBluetoothSnoopLogFilterProfileMapPreferenceController.java94 BluetoothProperties.snoop_log_filter_profile_map_values currentValue = in updateState() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue()
72 public float getValue(float currentValue, float targetValue) { in getValue()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/flags/
DDeviceFlag.java26 boolean currentValue, boolean defaultValueInCode) { in DeviceFlag()
DDebugFlag.java31 DebugFlag(String key, String description, FlagState defaultValue, boolean currentValue) { in DebugFlag()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestHelper.kt90 val currentValue = safetyCenterManager.isSafetyCenterEnabledWithPermission() in setEnabled() constant
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java744 public void startIfNecessary(float currentValue) { in startIfNecessary()
890 abstract boolean shouldStart(float currentValue); in shouldStart()
902 boolean shouldStart(float currentValue) { in shouldStart()
916 boolean shouldStart(float currentValue) { in shouldStart()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java128 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarProjectionManagerTest.java171 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarCabinManagerTest.java190 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
/packages/apps/Settings/src/com/android/settings/development/tare/
DTareFactorDialogFragment.java63 public TareFactorDialogFragment(@NonNull String title, @NonNull String key, long currentValue, in TareFactorDialogFragment()
/packages/apps/Launcher3/src/com/android/launcher3/config/
DFeatureFlags.java418 public BooleanFlag(boolean currentValue) { in BooleanFlag()
434 public IntFlag(int currentValue) { in IntFlag()

12