Searched defs:updatedValue (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | SnoozeNotificationPreferenceControllerTest.java | 93 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 D | BubbleNotificationPreferenceControllerTest.java | 126 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 D | BadgingNotificationPreferenceControllerTest.java | 135 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 D | EmulatedUserHal.cpp | 158 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 D | EmulatedVehicleConnector.cpp | 55 auto updatedValue = ret.value().get(); in onSetProperty() local
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/ |
H A D | PremiumSmsAccessPreferenceControllerTest.java | 155 int updatedValue = SmsManager.PREMIUM_SMS_CONSENT_ASK_USER; in onPreferenceChange_setsPremiumSmsPermission() local
|
/aosp12/system/media/tests/ |
H A D | systemaudio_tests.cpp | 325 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()
|