Home
last modified time | relevance | path

Searched defs:propertyValue (Results 1 – 8 of 8) 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/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.java382 int propertyType, Object propertyValue) { in assertProperty()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController2.java1941 String propertyValue = String.valueOf(state); in setScreenState() local
2026 String propertyValue = String.valueOf(target); in animateScreenBrightness() local
/frameworks/base/core/java/com/android/internal/os/
DZygote.java1096 String propertyValue = SystemProperties.get("wrap." + appName); in getWrapProperty() local
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java939 String propertyValue = SystemProperties.get(ZRAM_ENABLED_PROPERTY); in refreshZramSettings() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2526 std::optional<std::string> propertyValue = mDevice->getConfiguration().getString("key"); in TEST_F() local