Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { in addExpectedNodeWithOrder()
67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder()
79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder()
86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder() local
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
109 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
115 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
121 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
127 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
147 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue) { in addExpectedNode()
[all …]
DPropertyNode.java44 public String propValue; field in PropertyNode
77 String propName, String propValue, List<String> propValue_vector, in PropertyNode()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl190 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty()
/frameworks/base/cmds/idmap/
Dscan.cpp105 String16 propValue = String16(); in parse_overlay_tag() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java267 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1964 private void addIm(int protocol, String customProtocol, String propValue, int type, in addIm()
2136 final String propValue = (propertyValueList != null in addProperty() local
2423 private void handleSipCase(String propValue, Collection<String> typeCollection) { in handleSipCase()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1429 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1979 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2210 final String propValue = sa.getString( in parseBaseApkCommon() local
2640 private boolean checkOverlayRequiredSystemProperty(String propName, String propValue) { in checkOverlayRequiredSystemProperty()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2691 char propValue[PROPERTY_VALUE_MAX]; in isOffloadSupported() local