Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java311 int otherValue = Settings.Secure.getIntForUser(r, TEST_KEY, 0, user.id); in testPerUserSettings() local
318 + ", expected to read " + OTHER_VALUE + " but got " + otherValue, in testPerUserSettings()
319 otherValue == OTHER_VALUE); in testPerUserSettings()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4192 final long otherValue = other.valueAt(i); in merge() local
4193 that.put(otherKey, that.get(otherKey) + otherValue); in merge()