Searched refs:OTHER_VALUE (Results 1 – 1 of 1) sorted by relevance
304 final int OTHER_VALUE = 27; in testPerUserSettings() local307 Settings.Secure.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id); in testPerUserSettings()318 + ", expected to read " + OTHER_VALUE + " but got " + otherValue, in testPerUserSettings()319 otherValue == OTHER_VALUE); in testPerUserSettings()