Searched defs:propertyValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/ |
D | KeyChainSnapshotSerializer.java | 168 XmlSerializer xmlSerializer, String propertyName, long propertyValue) in writePropertyTag() 176 XmlSerializer xmlSerializer, String propertyName, String propertyValue) in writePropertyTag() 184 XmlSerializer xmlSerializer, String propertyName, @Nullable byte[] propertyValue) in writePropertyTag()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
D | RecyclerViewUtil.java | 129 @NonNull Object propertyValue, @NonNull String propertySetter) in setProperty() 136 @Nullable Object propertyValue, @NonNull String propertySetter) in setProperty() 138 invoke(getMethod(object.getClass(), propertySetter, propertyClass), object, propertyValue); in setProperty() local
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 687 const char **propertyValue) { in AMediaDrm_getPropertyString() 709 const char *propertyName, AMediaDrmByteArray *propertyValue) { in AMediaDrm_getPropertyByteArray()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 811 String propertyValue = SystemProperties.get(ZRAM_ENABLED_PROPERTY); in refreshZramSettings() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1702 String8 propertyValue; in TEST_F() local
|