Searched refs:otherValue (Results 1 – 4 of 4) sorted by relevance
255 int otherValue = Settings.Secure.getIntForUser(r, TEST_KEY, 0, user.id); in testPerUserSettings() local262 + ", expected to read " + OTHER_VALUE + " but got " + otherValue, in testPerUserSettings()263 otherValue == OTHER_VALUE); in testPerUserSettings()
1951 final Object otherValue = extras.get(key); in matchExtras() local1952 if (otherValue == null || value.getClass() != otherValue.getClass() in matchExtras()1953 || !Objects.deepEquals(value, otherValue)) { in matchExtras()
7344 final long otherValue = other.valueAt(i); in merge() local7345 that.put(otherKey, that.get(otherKey) + otherValue); in merge()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...