Searched refs:previousValue (Results 1 – 9 of 9) sorted by relevance
56 …open fun updateJSONStringForKey(key: String, scopeKey: String, updater: (previousValue: String?) -… in updateJSONStringForKey()57 val previousValue = loadJSONStringForKey(key, scopeKey) in updateJSONStringForKey() constant59 _insertJSONData(JSONDataEntity(key, updater(previousValue), Date(), scopeKey)) in updateJSONStringForKey()
65 …onDataDao()!!.updateJSONStringForKey(EXTRA_PARAMS_KEY, configuration.scopeKey!!) { previousValue -> in <lambda>() method66 val jsonObject = previousValue?.let { JSONObject(it) } in <lambda>()
96 val previousValue = field[devSupportManager] in <lambda>() constant98 return@let previousValue as DefaultJSExceptionHandler in <lambda>()
56 setCountdownInterrupted((previousValue) => !previousValue);
568 Integer previousValue = mExitingSubviewCountMap.get(tag); in registerExitingAncestors() local569 int newValue = previousValue != null ? previousValue + 1 : 1; in registerExitingAncestors()