Home
last modified time | relevance | path

Searched refs:propValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { in addExpectedNodeWithOrder() argument
63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null); in addExpectedNodeWithOrder()
67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder() argument
68 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder()
79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder() argument
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null, in addExpectedNodeWithOrder()
86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder() local
87 return addExpectedNodeWithOrder(propName, propValue.toString(), propValueList, in addExpectedNodeWithOrder()
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder() argument
93 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder()
[all …]
DPropertyNode.java44 public String propValue; field in PropertyNode
69 propValue = ""; in PropertyNode()
77 String propName, String propValue, List<String> propValue_vector, in PropertyNode() argument
85 if (propValue != null) { in PropertyNode()
86 this.propValue = propValue; in PropertyNode()
88 this.propValue = ""; in PropertyNode()
143 if (!propValue.equals(node.propValue)) { in equals()
201 builder.append(propValue); in toString()
DVNodeBuilder.java125 propNode.propValue = ""; in onPropertyCreated()
133 propNode.propValue = ""; in onPropertyCreated()
136 propNode.propValue = listToString(propNode.propValue_vector); in onPropertyCreated()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1964 private void addIm(int protocol, String customProtocol, String propValue, int type, in addIm() argument
1969 mImList.add(new ImData(protocol, customProtocol, propValue, type, isPrimary)); in addIm()
2136 final String propValue = (propertyValueList != null in addProperty() local
2143 mNameData.mFormatted = propValue; in addProperty()
2148 mNameData.mFormatted = propValue; in addProperty()
2153 mNameData.mSortString = propValue; in addProperty()
2156 addNickName(propValue); in addProperty()
2165 final List<String> phoneticNameList = VCardUtils.constructListFromValue(propValue, in addProperty()
2252 addEmail(type, propValue, label, isPrimary); in addProperty()
2267 handleTitleValue(propValue); in addProperty()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl175 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() argument
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1221 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
1225 iSub.setSubscriptionProperty(subId, propKey, propValue); in setSubscriptionProperty()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2030 char propValue[PROPERTY_VALUE_MAX]; in isOffloadSupported() local
2031 if (property_get("audio.offload.disable", propValue, "0")) { in isOffloadSupported()
2032 if (atoi(propValue) != 0) { in isOffloadSupported()
2033 ALOGV("offload disabled by audio.offload.disable=%s", propValue ); in isOffloadSupported()
2054 if (property_get("audio.offload.min.duration.secs", propValue, NULL)) { in isOffloadSupported()
2055 if (offloadInfo.duration_us < (atoi(propValue) * 1000000 )) { in isOffloadSupported()
2056 ALOGV("Offload denied by duration < audio.offload.min.duration.secs(=%s)", propValue); in isOffloadSupported()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1703 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() argument
1721 value.put(propKey, Integer.parseInt(propValue)); in setSubscriptionProperty()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...