Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DSnoozeNotificationPreferenceControllerTest.java93 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
104 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
H A DBubbleNotificationPreferenceControllerTest.java126 int updatedValue = Settings.Global.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
137 int updatedValue = Settings.Global.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
H A DBadgingNotificationPreferenceControllerTest.java135 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
146 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.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
H A DEmulatedVehicleConnector.cpp55 auto updatedValue = ret.value().get(); in onSetProperty() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
H A DPremiumSmsAccessPreferenceControllerTest.java155 int updatedValue = SmsManager.PREMIUM_SMS_CONSENT_ASK_USER; in onPreferenceChange_setsPremiumSmsPermission() local
/aosp12/system/media/tests/
H A Dsystemaudio_tests.cpp325 void updateFieldAndCompare(const T updatedValue, T U::*field, U* lhs, U* rhs, Func p) { in updateFieldAndCompare()
333 void updateConfigFieldAndCompare(const T updatedValue, T audio_port_config::*field, in updateConfigFieldAndCompare()