/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | OptPropFactory.java | 59 public OptProp create(@NonNull String propertyName) { in create() 74 public OptProp create(@NonNull String propertyName, @NonNull BooleanSupplier gateCondition) { in create() 118 @NonNull String propertyName, in OptProp() 127 @NonNull String propertyName) { in create() 133 @NonNull String propertyName, @NonNull BooleanSupplier condition) { in create()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageProperty.java | 63 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()
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 108 public void setPropertyName(@NonNull String propertyName) { in setPropertyName() 166 String propertyName = null; in getPropertyName() local 206 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator() 237 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() 328 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt() 348 public static ObjectAnimator ofMultiInt(Object target, String propertyName, Path path) { in ofMultiInt() 373 public static <T> ObjectAnimator ofMultiInt(Object target, String propertyName, in ofMultiInt() 395 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb() 436 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() 528 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat() [all …]
|
D | PropertyValuesHolder.java | 134 private PropertyValuesHolder(String propertyName) { in PropertyValuesHolder() 156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() 185 public static PropertyValuesHolder ofMultiInt(String propertyName, int[][] values) { in ofMultiInt() 217 public static PropertyValuesHolder ofMultiInt(String propertyName, Path path) { in ofMultiInt() 240 public static <V> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt() 262 public static <T> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt() 275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat() 304 public static PropertyValuesHolder ofMultiFloat(String propertyName, float[][] values) { in ofMultiFloat() 336 public static PropertyValuesHolder ofMultiFloat(String propertyName, Path path) { in ofMultiFloat() 358 public static <V> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat() [all …]
|
D | AnimatorInflater.java | 276 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()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/ |
D | KeyChainSnapshotSerializer.java | 166 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()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 1185 final String propertyName = VCardUtils.getPropertyNameForIm(protocolAsObject); in appendIms() local 1812 final String propertyName; in appendSipAddresses() local 1876 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection() 1882 final String propertyName, final List<String> rawValueList) { in appendLineWithCharsetAndQPDetection() 1886 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection() 1897 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection() 1912 public void appendLine(final String propertyName, final String rawValue) { in appendLine() 1916 public void appendLine(final String propertyName, final List<String> rawValueList) { in appendLine() 1920 public void appendLine(final String propertyName, in appendLine() 1926 public void appendLine(final String propertyName, final List<String> parameterList, in appendLine() [all …]
|
D | VCardParserImpl_V21.java | 167 protected boolean isValidPropertyName(final String propertyName) { in isValidPropertyName() 382 final String propertyName = line.substring(nameIndex, i); in constructPropertyData() local
|
D | VCardSourceDetector.java | 103 final String propertyName = property.getName(); in onPropertyCreated() local
|
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
D | AnnotationUtils.java | 123 <T> List<T> typedArrayValuesByName( in typedArrayValuesByName() 166 List<AnnotationValue> untypedArrayValuesByName( in untypedArrayValuesByName()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | TouchpadInputFuzzer.cpp | 104 for (auto& propertyName : boolPropertiesToFuzz) { in setDeviceSpecificConfig() local 110 for (auto& propertyName : doublePropertiesToFuzz) { in setDeviceSpecificConfig() local
|
/frameworks/av/media/ndk/fuzzer/ |
D | ndk_drm_fuzzer.cpp | 167 const char* propertyName = name.c_str(); in invokeDrmPropertyAPI() local 175 const char* propertyName = name.c_str(); in invokeDrmPropertyAPI() local 180 std::string propertyName = mFdp.ConsumeRandomLengthString(kMaxBytes); in invokeDrmPropertyAPI() local 188 std::string propertyName = mFdp.ConsumeRandomLengthString(kMaxBytes); in invokeDrmPropertyAPI() local
|
/frameworks/base/core/java/android/app/admin/ |
D | ProvisioningIntentHelper.java | 139 String propertyName = (String) propertyNames.nextElement(); in createBundleFromProperties() local 146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle()
|
/frameworks/av/media/module/foundation/ |
D | ADebug.cpp | 89 const char *name, const char *propertyName, long def) { in GetLevelFromProperty() 99 const char *name, const char *propertyName, ADebug::Level def) { in GetDebugLevelFromProperty()
|
/frameworks/base/core/java/android/view/inspector/ |
D | PropertyReader.java | 198 @Nullable String propertyName) { in PropertyTypeMismatchException() 213 @Nullable String propertyName) { in formatMessage()
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | DoPrivilegedPerfTest.java | 86 ReusableAction(String propertyName) { in ReusableAction()
|
/frameworks/base/core/java/android/app/ |
D | PropertyInvalidatedCache.java | 545 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache() 560 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyConstantsTest.java | 212 private void overrideSetting(String propertyName, String value) { in overrideSetting()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 593 String propertyName = SYSTEM_PROPERTY_PREFIX + categoryName + "." + flagName; in makePropertyName() local 664 String propertyName = SYSTEM_PROPERTY_PREFIX + "aconfig_flags." + in makeAconfigFlagPropertyName() local
|
/frameworks/base/media/java/android/mtp/ |
D | MtpEvent.java | 207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess()
|
/frameworks/base/media/native/midi/ |
D | MidiDeviceInfo.cpp | 40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyConstants.java | 158 private boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | PropertyProvider.cpp | 94 std::string propertyName = key.substr(gesturePropPrefix.length()); in loadPropertiesFromIdcFile() local 250 const std::string& propertyName) { in trySetFromIdcProperty()
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 703 media_status_t AMediaDrm_getPropertyString(AMediaDrm *mObj, const char *propertyName, in AMediaDrm_getPropertyString() 726 const char *propertyName, AMediaDrmByteArray *propertyValue) { in AMediaDrm_getPropertyByteArray() 749 const char *propertyName, const char *value) { in AMediaDrm_setPropertyString() 760 const char *propertyName, const uint8_t *value, size_t valueSize) { in AMediaDrm_setPropertyByteArray()
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 382 String propertyName, in addPropertiesForRuleStr() 442 String propertyName, in addPropertyForDateStr()
|