Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java212 String testValue = "close"; in verifyNotUpdatingRequestPropertyForIgnorableProperty() local
213 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyNotUpdatingRequestPropertyForIgnorableProperty()
226 String testValue = "application/x-www-form-urlencoded"; in verifyCallingSetRequestPropertyForProperty() local
227 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyCallingSetRequestPropertyForProperty()
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java203 for (int testValue : testValues) { in testBinderProxyCount()
204 if (testValue > 0) { in testBinderProxyCount()
205 sBpcTestAppCmdService.createSystemBinders(testValue); in testBinderProxyCount()
207 sBpcTestAppCmdService.releaseSystemBinders(-testValue); in testBinderProxyCount()
209 expectedBinderCount += testValue; in testBinderProxyCount()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java75 final String testValue = "testValue"; in testRowNameContentUriForSecure() local
80 Settings.Secure.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSecure()
93 final String testValue = "0"; in testRowNameContentUriForSystem() local
100 Settings.System.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSystem()
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri() argument
115 v.put(valueField, testValue); in testRowNameContentUri()
125 assertEquals(testValue, c.getString(c.getColumnIndex(valueField))); in testRowNameContentUri()
144 assertEquals(testValue, c.getString(c.getColumnIndex(valueField))); in testRowNameContentUri()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerConstantsTest.java163 boolean testValue = true; in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
165 BackupManagerConstants.KEY_VALUE_BACKUP_REQUIRED_NETWORK_TYPE + "=" + testValue; in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp400 int32_t testValue[] = { 0, -123, 123 }; in TEST_F() local
401 for (size_t i = 0; i < ARRAY_SIZE(testValue); i++) { in TEST_F()
404 data.writeInt32(testValue[i]); in TEST_F()
406 EXPECT_EQ(testValue[i], ret); in TEST_F()
1040 std::vector<uint64_t> const testValue = { std::numeric_limits<uint64_t>::max(), 0, 200 }; in TEST_F() local
1041 data.writeUint64Vector(testValue); in TEST_F()
1047 EXPECT_EQ(readValue, testValue); in TEST_F()
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java813 Object testValue = null; in setupSetterAndGetter() local
819 if (testValue == null) { in setupSetterAndGetter()
820 testValue = convertBack(mProperty.get(target)); in setupSetterAndGetter()
822 kf.setValue(testValue); in setupSetterAndGetter()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2827 final String testValue = "testvalue"; in testCaptivePortalApp() local
2828 testBundle.putString(testKey, testValue); in testCaptivePortalApp()
2834 assertEquals(testValue, signInIntent.getStringExtra(testKey)); in testCaptivePortalApp()