Searched refs:propertyName (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardSourceDetector.java103 final String propertyName = property.getName();
106 if (propertyName.equalsIgnoreCase(VCardConstants.PROPERTY_VERSION)
118 } else if (propertyName.equalsIgnoreCase(TYPE_FOMA_CHARSET_SIGN)) {
127 if (WINDOWS_MOBILE_PHONE_SIGNS.contains(propertyName)) {
129 } else if (FOMA_SIGNS.contains(propertyName)) {
131 } else if (JAPANESE_MOBILE_PHONE_SIGNS.contains(propertyName)) {
133 } else if (APPLE_SIGNS.contains(propertyName)) {
H A DVCardParserImpl_V21.java167 protected boolean isValidPropertyName(final String propertyName) { argument
168 if (!(getKnownPropertyNameSet().contains(propertyName.toUpperCase()) ||
169 propertyName.startsWith("X-"))
170 && !mUnknownTypeSet.contains(propertyName)) {
171 mUnknownTypeSet.add(propertyName);
172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName);
381 final String propertyName = line.substring(nameIndex, i);
382 propertyData.setName(propertyName);
394 final String propertyName = line.substring(nameIndex, i);
395 propertyData.setName(propertyName);
570 handlePropertyValue(VCardProperty property, String propertyName) argument
[all...]
H A DVCardEntry.java2125 final String propertyName = property.getName();
2138 if (propertyName.equals(VCardConstants.PROPERTY_VERSION)) {
2140 } else if (propertyName.equals(VCardConstants.PROPERTY_FN)) {
2142 } else if (propertyName.equals(VCardConstants.PROPERTY_NAME)) {
2148 } else if (propertyName.equals(VCardConstants.PROPERTY_N)) {
2150 } else if (propertyName.equals(VCardConstants.PROPERTY_SORT_STRING)) {
2152 } else if (propertyName.equals(VCardConstants.PROPERTY_NICKNAME)
2153 || propertyName.equals(VCardConstants.ImportOnly.PROPERTY_X_NICKNAME)) {
2155 } else if (propertyName.equals(VCardConstants.PROPERTY_SOUND)) {
2169 } else if (propertyName
[all...]
H A DVCardBuilder.java1219 final String propertyName = VCardUtils.getPropertyNameForIm(protocolAsObject);
1220 if (propertyName == null) {
1266 appendLineWithCharsetAndQPDetection(propertyName, parameterList, data);
1842 final String propertyName;
1846 propertyName = VCardConstants.PROPERTY_TEL;
1849 propertyName = VCardConstants.PROPERTY_IMPP;
1851 appendLineWithCharsetAndQPDetection(propertyName, sipAddress);
1906 public void appendLineWithCharsetAndQPDetection(final String propertyName, argument
1908 appendLineWithCharsetAndQPDetection(propertyName, null, rawValue);
1912 final String propertyName, fina
1911 appendLineWithCharsetAndQPDetection( final String propertyName, final List<String> rawValueList) argument
1916 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final String rawValue) argument
1927 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final List<String> rawValueList) argument
1942 appendLine(final String propertyName, final String rawValue) argument
1946 appendLine(final String propertyName, final List<String> rawValueList) argument
1950 appendLine(final String propertyName, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1956 appendLine(final String propertyName, final List<String> parameterList, final String rawValue) argument
1961 appendLine(final String propertyName, final List<String> parameterList, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1990 appendLine(final String propertyName, final List<String> rawValueList, final boolean needCharset, boolean needQuotedPrintable) argument
1995 appendLine(final String propertyName, final List<String> parameterList, final List<String> rawValueList, final boolean needCharset, final boolean needQuotedPrintable) argument
[all...]
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java74 * using more than one PropertyValuesHolder objects, then setting the propertyName simply
75 * sets the propertyName in the first of those PropertyValuesHolder objects.</p>
77 * @param propertyName The name of the property being animated. Should not be null.
79 public void setPropertyName(String propertyName) { argument
81 // propertyName to be used later when setValues() is called if so.
85 valuesHolder.setPropertyName(propertyName);
87 mValuesMap.put(propertyName, valuesHolder);
89 mPropertyName = propertyName;
103 // propertyName to be used later when setValues() is called if so.
136 String propertyName
176 ObjectAnimator(Object target, String propertyName) argument
206 ofInt(Object target, String propertyName, int... values) argument
244 ofFloat(Object target, String propertyName, float... values) argument
286 ofObject(Object target, String propertyName, TypeEvaluator evaluator, Object... values) argument
[all...]
H A DPropertyValuesHolder.java128 * @param propertyName The name of the property for this holder.
130 private PropertyValuesHolder(String propertyName) { argument
131 mPropertyName = propertyName;
148 * @param propertyName The name of the property being animated.
152 public static PropertyValuesHolder ofInt(String propertyName, int... values) { argument
153 return new IntPropertyValuesHolder(propertyName, values);
170 * @param propertyName The name of the property being animated.
174 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { argument
175 return new FloatPropertyValuesHolder(propertyName, values);
194 * @param propertyName Th
201 ofObject(String propertyName, TypeEvaluator evaluator, Object... values) argument
248 ofKeyframe(String propertyName, Keyframe... values) argument
678 setPropertyName(String propertyName) argument
733 getMethodName(String prefix, String propertyName) argument
754 IntPropertyValuesHolder(String propertyName, IntKeyframeSet keyframeSet) argument
771 IntPropertyValuesHolder(String propertyName, int... values) argument
891 FloatPropertyValuesHolder(String propertyName, FloatKeyframeSet keyframeSet) argument
908 FloatPropertyValuesHolder(String propertyName, float... values) argument
[all...]
H A DAnimatorInflater.java166 String propertyName = a.getString(com.android.internal.R.styleable.PropertyAnimator_propertyName);
168 anim.setPropertyName(propertyName);
H A DValueAnimator.java745 * The most recent value calculated by this <code>ValueAnimator</code> for <code>propertyName</code>.
754 public Object getAnimatedValue(String propertyName) { argument
755 PropertyValuesHolder valuesHolder = mValuesMap.get(propertyName);
759 // At least avoid crashing if called with bogus propertyName
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java72 public Result getProperty(Object objectView, String propertyName) { argument
74 return super.getProperty(objectView, propertyName);
78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { argument
80 return super.setProperty(objectView, propertyName, propertyValue);
/frameworks/base/core/java/android/os/
H A DDebug.java1400 final String propertyName) {
1402 int stringInfo = properties.getStringInfo(propertyName);
1412 "Cannot set field for " + propertyName, ex);
1419 "Type of " + propertyName + " " +
1423 "Unexpected getStringInfo(" + propertyName + ") return value " +
1427 Object value = properties.get(propertyName);
1431 "Type of " + propertyName + " (" + value.getClass() + ") " +
1438 "Cannot set field for " + propertyName, ex);
1518 final String propertyName = cl.getName() + "." + field.getName();
1523 throw new IllegalArgumentException(propertyName
1399 modifyFieldIfSet(final Field field, final TypedProperties properties, final String propertyName) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaDrm.java532 public native String getPropertyString(String propertyName); argument
546 public native byte[] getPropertyByteArray(String propertyName); argument
552 public native void setPropertyString(String propertyName, String value); argument
557 public native void setPropertyByteArray(String propertyName, byte[] value); argument
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java182 final String propertyName = st.sval;
183 if (!propertyNamePattern.matcher(propertyName).matches()) {
194 map.remove(propertyName);
204 final Object oldValue = map.remove(propertyName);
213 map.put(propertyName, value);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java385 String propertyName,
392 ICalendar.Property prop = new ICalendar.Property(propertyName);
445 String propertyName,
451 ICalendar.Property prop = new ICalendar.Property(propertyName);
384 addPropertiesForRuleStr(ICalendar.Component component, String propertyName, String ruleStr) argument
444 addPropertyForDateStr(ICalendar.Component component, String propertyName, String dateStr) argument
H A DICalendar.java199 for (String propertyName : getPropertyNames()) {
200 for (Property property : getProperties(propertyName)) {

Completed in 250 milliseconds