Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageProperty.java63 public Property getProperty(@NonNull String propertyName, @NonNull String packageName, in getProperty()
77 public List<Property> queryProperty(@NonNull String propertyName, in queryProperty()
163 final String propertyName = property.getName(); in addProperties() local
208 final String propertyName = property.getName(); in removeProperties() local
237 private static Property getProperty(String propertyName, String packageName, String className, in getProperty()
258 String propertyName, String packageName, String className) { in getComponentProperty()
275 private Property getApplicationProperty(String propertyName, String packageName) { in getApplicationProperty()
H A DUserDataPreparer.java111 String propertyName = "sys.user." + userId + ".ce_available"; in prepareUserDataLI() local
/aosp14/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java114 public void setPropertyName(@NonNull String propertyName) { in setPropertyName()
172 String propertyName = null; in getPropertyName() local
212 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator()
243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt()
354 public static ObjectAnimator ofMultiInt(Object target, String propertyName, Path path) { in ofMultiInt()
379 public static <T> ObjectAnimator ofMultiInt(Object target, String propertyName, in ofMultiInt()
401 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb()
534 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat()
580 public static <T> ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat()
610 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject()
[all …]
H A DPropertyValuesHolder.java134 private PropertyValuesHolder(String propertyName) { in PropertyValuesHolder()
156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt()
240 public static <V> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
262 public static <T> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
358 public static <V> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat()
380 public static <T> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat()
427 public static PropertyValuesHolder ofObject(String propertyName, in ofObject()
1036 public void setPropertyName(String propertyName) { in setPropertyName()
1139 static String getMethodName(String prefix, String propertyName) { in getMethodName()
1177 public IntPropertyValuesHolder(String propertyName, int... values) { in IntPropertyValuesHolder()
[all …]
H A DAnimatorInflater.java276 int valueFromId, int valueToId, String propertyName) { in getPVH()
555 String propertyName = in setupObjectAnimator() local
741 String propertyName = a.getString(R.styleable.PropertyValuesHolder_propertyName); in loadValues() local
834 String propertyName, int valueType) in loadPvh()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A 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()
193 TypedXmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java123 <T> List<T> typedArrayValuesByName( in typedArrayValuesByName()
166 List<AnnotationValue> untypedArrayValuesByName( in untypedArrayValuesByName()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DProvisioningIntentHelper.java139 String propertyName = (String) propertyNames.nextElement(); in createBundleFromProperties() local
146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle()
/aosp14/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java545 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache()
560 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache()
H A DApplicationPackageManager.java3749 public Property getProperty(String propertyName, String packageName) in getProperty()
3757 public Property getProperty(String propertyName, ComponentName component) in getProperty()
3766 public Property getPropertyAsUser(@NonNull String propertyName, @NonNull String packageName, in getPropertyAsUser()
3783 public List<Property> queryApplicationProperty(String propertyName) { in queryApplicationProperty()
3798 public List<Property> queryActivityProperty(String propertyName) { in queryActivityProperty()
3813 public List<Property> queryProviderProperty(String propertyName) { in queryProviderProperty()
3828 public List<Property> queryReceiverProperty(String propertyName) { in queryReceiverProperty()
3843 public List<Property> queryServiceProperty(String propertyName) { in queryServiceProperty()
/aosp14/frameworks/base/core/java/android/view/inspector/
H A DPropertyReader.java198 @Nullable String propertyName) { in PropertyTypeMismatchException()
213 @Nullable String propertyName) { in formatMessage()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DDoPrivilegedPerfTest.java87 ReusableAction(String propertyName) { in ReusableAction()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstantsTest.java210 private void overrideSetting(String propertyName, String value) { in overrideSetting()
/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpEvent.java207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess()
/aosp14/frameworks/base/media/native/midi/
H A DMidiDeviceInfo.cpp40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstants.java157 private boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DSettingsToPropertiesMapper.java235 String propertyName = SYSTEM_PROPERTY_PREFIX + categoryName + "." + flagName; in makePropertyName() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java973 Property getProperty(String propertyName) { in getProperty()
1183 static int getPropertyIndex(String propertyName) { in getPropertyIndex()
1348 Property getProperty(String propertyName) { in getProperty()
1623 Property getProperty(String propertyName) { in getProperty()
1905 Property getProperty(String propertyName) { in getProperty()
1918 int getPropertyIndex(String propertyName) { in getPropertyIndex()
2265 abstract Property getProperty(String propertyName); in getProperty()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java182 final String propertyName = st.sval; in parse() local
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssConfiguration.java324 String propertyName = entry.getKey(); in reloadGpsProperties() local
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java1631 String extractUsbDeviceName(String propertyName) { in extractUsbDeviceName()
1639 String extractUsbDeviceTag(String propertyName) { in extractUsbDeviceTag()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java584 public static String getConfigurationProperty(String propertyName, String defaultValue) { in getConfigurationProperty()
612 String propertyName, Boolean defaultValue) { in getConfigurationPropertyBoolean()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java1301 private void mockThatProperty(String propertyName, boolean value) throws Exception { in mockThatProperty()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java10644 public Property getProperty(@NonNull String propertyName, @NonNull String packageName) in getProperty()
10657 public Property getProperty(@NonNull String propertyName, @NonNull ComponentName component) in getProperty()
10672 public Property getPropertyAsUser(@NonNull String propertyName, @NonNull String packageName, in getPropertyAsUser()
10684 public List<Property> queryApplicationProperty(@NonNull String propertyName) { in queryApplicationProperty()
10695 public List<Property> queryActivityProperty(@NonNull String propertyName) { in queryActivityProperty()
10706 public List<Property> queryProviderProperty(@NonNull String propertyName) { in queryProviderProperty()
10717 public List<Property> queryReceiverProperty(@NonNull String propertyName) { in queryReceiverProperty()
10728 public List<Property> queryServiceProperty(@NonNull String propertyName) { in queryServiceProperty()
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java2306 final String propertyName) { in modifyFieldIfSet()
2424 final String propertyName = cl.getName() + "." + field.getName(); in setFieldsOn() local

12