Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/config/sysui/
H A DSystemUiSystemPropertiesFlagsTest.java39 Boolean testValue = mTestData.get(key); in getBoolean() local
40 return testValue == null ? defaultValue : testValue; in getBoolean()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A 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()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupManagerConstantsTest.java163 boolean testValue = true; in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
165 BackupManagerConstants.KEY_VALUE_BACKUP_REQUIRED_NETWORK_TYPE + "=" + testValue; in testGetConstant_whenSettingHasInvalidType_doesNotUpdateParamsOrThrow()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java416 final String testValue = "testValue"; in testLargeSettingKey() local
420 settingsState.insertSettingLocked(largeKey, testValue, null, true, SYSTEM_PACKAGE); in testLargeSettingKey()
427 settingsState.insertSettingLocked(largeKey, testValue, null, true, TEST_PACKAGE); in testLargeSettingKey()
/aosp14/frameworks/base/core/java/android/animation/
H A 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()