Home
last modified time | relevance | path

Searched refs:OTHER_VALUE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java304 final int OTHER_VALUE = 27; in testPerUserSettings() local
307 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()