Searched defs:updatedValue (Results 1 – 9 of 9) 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() local 105 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() local 117 int updatedValue = Settings.Secure.getInt(mContext.getContentResolver(), in setChecked_setTrue_enablesSetting() local
|
D | BubbleNotificationPreferenceControllerTest.java | 137 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
|
D | BadgingNotificationPreferenceControllerTest.java | 139 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/ |
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 | 432 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/ |
D | MulticastRoutingCoordinatorService.java | 532 final MfcValue updatedValue = computeMfcValue(vif, dst); in addOrUpdateMfc() local
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 890 AsyncPropRequestInfo pendingSetValueRequest, CarPropertyValue updatedValue) { in maybeFinishPendingSetValueRequestLocked() 1345 CarPropertyValue<?> updatedValue, in checkPendingWaitForUpdateRequestsLocked()
|
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterManagerTest.kt | 3779 val updatedValue = dumpLastUpdated()[initialEntry!!.key] in <lambda>() constant
|