Home
last modified time | relevance | path

Searched defs:propertyValue (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializer.java166 TypedXmlSerializer xmlSerializer, String propertyName, long propertyValue) in writePropertyTag()
174 TypedXmlSerializer xmlSerializer, String propertyName, String propertyValue) in writePropertyTag()
182 TypedXmlSerializer xmlSerializer, String propertyName, @Nullable byte[] propertyValue) in writePropertyTag()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DRecyclerViewUtil.java130 @NonNull Object propertyValue, @NonNull String propertySetter) in setProperty()
137 @Nullable Object propertyValue, @NonNull String propertySetter) in setProperty()
139 invoke(getMethod(object.getClass(), propertySetter, propertyClass), object, propertyValue); in setProperty() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DOptPropFactoryTest.java241 private void initPropAs(boolean propertyValue) throws PackageManager.NameNotFoundException { in initPropAs()
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayConfigParser.java389 final String propertyValue = sysPropWrapper.get(propertyName); in expandProperty() local
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp704 const char **propertyValue) { in AMediaDrm_getPropertyString()
726 const char *propertyName, AMediaDrmByteArray *propertyValue) { in AMediaDrm_getPropertyByteArray()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageParserTest.java491 int propertyType, Object propertyValue) { in assertProperty()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java2155 String propertyValue = String.valueOf(state); in setScreenState() local
2250 String propertyValue = String.valueOf(target); in animateScreenBrightness() local
/frameworks/base/core/java/com/android/internal/os/
DZygote.java1112 String propertyValue = SystemProperties.get("wrap." + appName); in getWrapProperty() local
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java960 String propertyValue = SystemProperties.get(ZRAM_ENABLED_PROPERTY); in refreshZramSettings() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2718 std::optional<std::string> propertyValue = mDevice->getConfiguration().getString("key"); in TEST_F() local