Home
last modified time | relevance | path

Searched defs:updatedValue (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/test/
H A DVehiclePropertyStoreTest.cpp402 VehiclePropValue updatedValue; in TEST_F() local
415 VehiclePropValue updatedValue; in TEST_F() local
434 VehiclePropValue updatedValue{ in TEST_F() local
453 VehiclePropValue updatedValue{ in TEST_F() local
473 VehiclePropValue updatedValue{ in TEST_F() local
493 VehiclePropValue updatedValue{ in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/test/
H A DVehiclePropertyStoreTest.cpp402 VehiclePropValue updatedValue; in TEST_F() local
415 VehiclePropValue updatedValue; in TEST_F() local
434 VehiclePropValue updatedValue{ in TEST_F() local
453 VehiclePropValue updatedValue{ in TEST_F() local
473 VehiclePropValue updatedValue{ in TEST_F() local
493 VehiclePropValue updatedValue{ in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
H A DFakeUserHal.cpp158 auto updatedValue = user_hal_helper::toVehiclePropValue(InitialUserInfoResponse{ in onSetInitialUserInfoResponse() local
210 auto updatedValue = user_hal_helper::toVehiclePropValue(SwitchUserResponse{ in onSetSwitchUserResponse() local
243 auto updatedValue = user_hal_helper::toVehiclePropValue(CreateUserResponse{ in onSetCreateUserResponse() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/userhal/src/
H A DFakeUserHal.cpp173 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetInitialUserInfoResponse() local
227 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetSwitchUserResponse() local
262 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetCreateUserResponse() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/userhal/src/
H A DFakeUserHal.cpp173 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetInitialUserInfoResponse() local
227 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetSwitchUserResponse() local
262 auto updatedValue = user_hal_helper::toVehiclePropValue( in onSetCreateUserResponse() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSnoozeNotificationPreferenceControllerTest.java94 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
105 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
DShowOnlyUnseenNotificationsOnLockscreenPreferenceControllerTest.java122 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
134 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
DBubbleNotificationPreferenceControllerTest.java137 int updatedValue = Settings.Global.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
148 int updatedValue = Settings.Global.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
DBadgingNotificationPreferenceControllerTest.java139 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
150 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp488 auto updatedValue = mValuePool->obtain(value); in setApPowerStateReport() local
619 auto updatedValue = mValuePool->obtain(hvacTemperatureValueSuggestion); in setHvacTemperatureValueSuggestion() local
704 auto& updatedValue = result.value(); in setUserHalProp() local
747 auto updatedValue = std::move(hvacTemperatureSetValues[i]); in synchronizeHvacTemp() local
1027 VehiclePropValuePool::RecyclableType updatedValue; in maybeSetSpecialValue() local
1238 auto updatedValue = mValuePool->obtain(value); in setValue() local
2127 auto updatedValue = mValuePool->obtain(prop); in dumpSetProperties() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp488 auto updatedValue = mValuePool->obtain(value); in setApPowerStateReport() local
619 auto updatedValue = mValuePool->obtain(hvacTemperatureValueSuggestion); in setHvacTemperatureValueSuggestion() local
704 auto& updatedValue = result.value(); in setUserHalProp() local
747 auto updatedValue = std::move(hvacTemperatureSetValues[i]); in synchronizeHvacTemp() local
1027 VehiclePropValuePool::RecyclableType updatedValue; in maybeSetSpecialValue() local
1238 auto updatedValue = mValuePool->obtain(value); in setValue() local
2127 auto updatedValue = mValuePool->obtain(prop); in dumpSetProperties() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/data/repository/
H A DAnimationStatusRepository.kt56 val updatedValue = resolver.areAnimationsEnabled() in areAnimationsEnabled() constant
/aosp_15_r20/system/media/tests/
H A Dsystemaudio_tests.cpp331 void updateFieldAndCompare(const T updatedValue, T U::*field, U* lhs, U* rhs, Func p) { in updateFieldAndCompare()
339 void updateConfigFieldAndCompare(const T updatedValue, T audio_port_config::*field, in updateConfigFieldAndCompare()
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DBatteryChangedBroadcastTest.java103 private static void waitAndAssertBroadcastReceived(String extra, int updatedValue) in waitAndAssertBroadcastReceived()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java433 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in set() local
1211 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in updateTimeStamp() local
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
DPremiumSmsAccessPreferenceControllerTest.java155 int updatedValue = SmsManager.PREMIUM_SMS_CONSENT_ASK_USER; in onPreferenceChange_setsPremiumSmsPermission() local
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/applications/specialaccess/
DPremiumSmsAccessPreferenceControllerTest.java155 int updatedValue = SmsManager.PREMIUM_SMS_CONSENT_ASK_USER; in onPreferenceChange_setsPremiumSmsPermission() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFeatureFlagTargetPreparer.java233 String updatedValue = updatedValues.get(name); in updateFlagsToRestore() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/
H A DVehiclePropertyStore.cpp114 VehiclePropValue updatedValue; in writeValue() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/
H A DVehiclePropertyStore.cpp114 VehiclePropValue updatedValue; in writeValue() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultVehicleHal.cpp340 auto updatedValue = ret.value().get(); in setUserHalProp() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java924 AsyncPropRequestInfo pendingSetValueRequest, CarPropertyValue updatedValue) { in maybeFinishPendingSetValueRequestLocked()
1703 CarPropertyValue<?> updatedValue, in checkPendingWaitForUpdateRequestsLocked()
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DMulticastRoutingCoordinatorService.java532 final MfcValue updatedValue = computeMfcValue(vif, dst); in addOrUpdateMfc() local
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterManagerTest.kt3883 val updatedValue = dumpLastUpdated()[initialEntry!!.key] in <lambda>() constant
/aosp_15_r20/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
H A DVehiclePropertyVerifier.java1604 CarPropertyValue<T> updatedValue = in verifySetNotAvailable() local

123