Searched defs:updatedValue (Results  1 – 8 of 8) sorted by relevance
| /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ | 
| D | SnoozeNotificationPreferenceControllerTest.java | 94         int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(),  in setChecked_setFalse_disablesSetting()  local105         int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(),  in setChecked_setTrue_enablesSetting()  local
 
 | 
| D | ShowOnlyUnseenNotificationsOnLockscreenPreferenceControllerTest.java | 105         int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(),  in setChecked_setFalse_disablesSetting()  local117         int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(),  in setChecked_setTrue_enablesSetting()  local
 
 | 
| D | BubbleNotificationPreferenceControllerTest.java | 133         int updatedValue = Settings.Global.getInt(mContext.getContentResolver(),  in setChecked_setFalse_disablesSetting()  local144         int updatedValue = Settings.Global.getInt(mContext.getContentResolver(),  in setChecked_setTrue_enablesSetting()  local
 
 | 
| D | BadgingNotificationPreferenceControllerTest.java | 139         int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(),  in setChecked_setFalse_disablesSetting()  local150         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/ | 
| D | PremiumSmsAccessPreferenceControllerTest.java | 155         int updatedValue = SmsManager.PREMIUM_SMS_CONSENT_ASK_USER;  in onPreferenceChange_setsPremiumSmsPermission()  local
 | 
| /packages/services/Car/service/src/com/android/car/hal/fakevhal/ | 
| D | FakeVehicleStub.java | 406         HalPropValue updatedValue = buildHalPropValue(propId, areaId,  in set()  local1169             HalPropValue updatedValue = buildHalPropValue(propId, areaId,  in updateTimeStamp()  local
 
 | 
| /packages/services/Car/service/src/com/android/car/hal/ | 
| D | PropertyHalService.java | 765             AsyncPropRequestInfo pendingSetValueRequest, CarPropertyValue updatedValue) {  in maybeFinishPendingSetValueRequestLocked()1191             CarPropertyValue<?> updatedValue,  in checkPendingWaitForUpdateRequestsLocked()
 
 | 
| /packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ | 
| D | SafetyCenterManagerTest.kt | 3617         val updatedValue = dumpLastUpdated()[initialEntry!!.key]  in <lambda>()  constant
 |