Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 25 of 89) sorted by relevance

1234

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAnimatableProperty.java151 public abstract Property getProperty(); in getProperty() method in AnimatableProperty
184 public Property getProperty() { in from() method in AnimatableProperty
/aosp12/system/libvintf/
H A DPropertyFetcher.cpp27 std::string PropertyFetcherNoOp::getProperty(const std::string&, in getProperty() function in android::vintf::details::PropertyFetcherNoOp
41 std::string PropertyFetcherImpl::getProperty(const std::string& key, in getProperty() function in android::vintf::details::PropertyFetcherImpl
/aosp12/hardware/google/pixel/vibrator/common/
H A Dutils.h87 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
92 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
H A DHardwareBase.h242 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty() function
/aosp12/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesRegistrar.aidl26 int getProperty(in int id, out BatteryProperty prop); in getProperty() method
/aosp12/frameworks/compile/libbcc/lib/
H A DProperties.h43 static inline uint32_t getProperty(const char *str) { in getProperty() function
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DCustomVCardEntry.java45 public VCardProperty getProperty(String name) { in getProperty() method in CustomVCardEntry
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowDeviceConfig.java45 public static String getProperty(String namespace, String name) { in getProperty() method in ShadowDeviceConfig
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DPropertyUtils.java53 public static String getProperty(SQLiteDatabase db, String key, String defaultValue) { in getProperty() method in PropertyUtils
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DICarProperty.aidl34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty() method
H A DCarPropertyManager.java700 public <E> CarPropertyValue<E> getProperty(@NonNull Class<E> clazz, int propId, int areaId) { in getProperty() method in CarPropertyManager
773 public <E> CarPropertyValue<E> getProperty(int propId, int areaId) { in getProperty() method in CarPropertyManager
/aosp12/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
H A DBootImageProfileTest.java45 private String getProperty(String property) throws Exception { in getProperty() method in BootImageProfileTest
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty() method in ViewDumpParser
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageProperty.java63 public Property getProperty(@NonNull String propertyName, @NonNull String packageName, in getProperty() method in PackageProperty
237 private static Property getProperty(String propertyName, String packageName, String className, in getProperty() method in PackageProperty
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DDeviceConfigInterface.java33 String getProperty(@NonNull String namespace, @NonNull String name); in getProperty() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DMultiValueAlpha.java72 public AlphaProperty getProperty(int index) { in getProperty() method in MultiValueAlpha
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DHighRefreshRateDenylistTest.java150 public String getProperty(String namespace, String name) { in getProperty() method in HighRefreshRateDenylistTest.FakeDeviceConfig
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator.py188 def getProperty(self, prop, area_id): member in Vhal
/aosp12/frameworks/base/media/native/midi/
H A DMidiDeviceInfo.cpp40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty() function in android::media::midi::MidiDeviceInfo
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h136 void getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty() function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDeviceConfigProxy.java94 public String getProperty(@NonNull String namespace, @NonNull String name) { in getProperty() method in DeviceConfigProxy
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DDeviceConfigProxyFake.java134 public String getProperty(String namespace, String name) { in getProperty() method in DeviceConfigProxyFake
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DXmlSerializerWrapper.java50 public Object getProperty(String name) { in getProperty() method in XmlSerializerWrapper
/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DFakeDeviceConfigInterface.java89 public String getProperty(String namespace, String name) { in getProperty() method in FakeDeviceConfigInterface
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarVendorExtensionManager.java172 public <E> E getProperty(Class<E> propertyClass, int propId, int area) { in getProperty() method in CarVendorExtensionManager

1234