Searched refs:otherValue (Results 1 – 2 of 2) sorted by relevance
311 int otherValue = Settings.Secure.getIntForUser(r, TEST_KEY, 0, user.id); in testPerUserSettings() local318 + ", expected to read " + OTHER_VALUE + " but got " + otherValue, in testPerUserSettings()319 otherValue == OTHER_VALUE); in testPerUserSettings()
4192 final long otherValue = other.valueAt(i); in merge() local4193 that.put(otherKey, that.get(otherKey) + otherValue); in merge()