Home
last modified time | relevance | path

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

/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.java105 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setFalse_disablesSetting() local
117 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
/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
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java432 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in set() local
1198 HalPropValue updatedValue = buildHalPropValue(propId, areaId, in updateTimeStamp() local
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DMulticastRoutingCoordinatorService.java532 final MfcValue updatedValue = computeMfcValue(vif, dst); in addOrUpdateMfc() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java890 AsyncPropRequestInfo pendingSetValueRequest, CarPropertyValue updatedValue) { in maybeFinishPendingSetValueRequestLocked()
1345 CarPropertyValue<?> updatedValue, in checkPendingWaitForUpdateRequestsLocked()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterManagerTest.kt3779 val updatedValue = dumpLastUpdated()[initialEntry!!.key] in <lambda>() constant