Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java75 final String testValue = "testValue"; in testRowNameContentUriForSecure() local
93 final String testValue = "0"; in testRowNameContentUriForSystem() local
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri()
/frameworks/base/core/tests/coretests/src/com/android/internal/config/sysui/
DSystemUiSystemPropertiesFlagsTest.java39 Boolean testValue = mTestData.get(key); in getBoolean() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsStateTest.java416 final String testValue = "testValue"; in testLargeSettingKey() local
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp533 int32_t testValue[] = { 0, -123, 123 }; in TEST_F() local
1160 std::vector<uint64_t> const testValue = { std::numeric_limits<uint64_t>::max(), 0, 200 }; in TEST_F() local
1196 const std::vector<uint64_t> testValue((kSizeBytesAlmostFull + i) / sizeof(uint64_t), 42); in TEST_F() local
1211 const std::vector<uint64_t> testValue(kSizeBytesOverFull / sizeof(uint64_t), 42); in TEST_F() local
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java813 Object testValue = null; in setupSetterAndGetter() local