/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | AnimatableProperty.java | 151 public abstract Property getProperty(); in getProperty() method in AnimatableProperty 184 public Property getProperty() { in from() method in AnimatableProperty
|
/aosp12/system/libvintf/ |
H A D | PropertyFetcher.cpp | 27 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 D | utils.h | 87 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 D | HardwareBase.h | 242 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty() function
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IBatteryPropertiesRegistrar.aidl | 26 int getProperty(in int id, out BatteryProperty prop); in getProperty() method
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | Properties.h | 43 static inline uint32_t getProperty(const char *str) { in getProperty() function
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | CustomVCardEntry.java | 45 public VCardProperty getProperty(String name) { in getProperty() method in CustomVCardEntry
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowDeviceConfig.java | 45 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 D | PropertyUtils.java | 53 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 D | ICarProperty.aidl | 34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty() method
|
H A D | CarPropertyManager.java | 700 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 D | BootImageProfileTest.java | 45 private String getProperty(String property) throws Exception { in getProperty() method in BootImageProfileTest
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | ViewDumpParser.java | 67 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 D | PackageProperty.java | 63 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 D | DeviceConfigInterface.java | 33 String getProperty(@NonNull String namespace, @NonNull String name); in getProperty() method
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | MultiValueAlpha.java | 72 public AlphaProperty getProperty(int index) { in getProperty() method in MultiValueAlpha
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | HighRefreshRateDenylistTest.java | 150 public String getProperty(String namespace, String name) { in getProperty() method in HighRefreshRateDenylistTest.FakeDeviceConfig
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | vhal_emulator.py | 188 def getProperty(self, prop, area_id): member in Vhal
|
/aosp12/frameworks/base/media/native/midi/ |
H A D | MidiDeviceInfo.cpp | 40 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 D | patricia_trie_policy.h | 136 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 D | DeviceConfigProxy.java | 94 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 D | DeviceConfigProxyFake.java | 134 public String getProperty(String namespace, String name) { in getProperty() method in DeviceConfigProxyFake
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | XmlSerializerWrapper.java | 50 public Object getProperty(String name) { in getProperty() method in XmlSerializerWrapper
|
/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | FakeDeviceConfigInterface.java | 89 public String getProperty(String namespace, String name) { in getProperty() method in FakeDeviceConfigInterface
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/ |
H A D | CarVendorExtensionManager.java | 172 public <E> E getProperty(Class<E> propertyClass, int propId, int area) { in getProperty() method in CarVendorExtensionManager
|