Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 6 of 6) 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/services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/src/com/android/server/pm/test/app/
DBackgroundInstallControlServiceTest.java151 String testValue = "test"; in testUnregisterBackgroundInstallControlCallback() local
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp570 int32_t testValue[] = { 0, -123, 123 }; in TEST_F() local
1198 std::vector<uint64_t> const testValue = { std::numeric_limits<uint64_t>::max(), 0, 200 }; in TEST_F() local
1234 const std::vector<uint64_t> testValue((kSizeBytesAlmostFull + i) / sizeof(uint64_t), 42); in TEST_F() local
1249 const std::vector<uint64_t> testValue(kSizeBytesOverFull / sizeof(uint64_t), 42); in TEST_F() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsStateTest.java653 final String testValue = "testValue"; in testLargeSettingKey() local
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java813 Object testValue = null; in setupSetterAndGetter() local