/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | PropertyNodesVerifierElem.java | 62 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 …]
|
D | PropertyNode.java | 44 public String propValue; field in PropertyNode 77 String propName, String propValue, List<String> propValue_vector, in PropertyNode()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | SettingsToPropertiesMapperTest.java | 163 String propValue = mSystemSettingsMap.get(systemPropertyName); in testUpdatePropertiesFromSettings() local 209 String propValue = mSystemSettingsMap.get("TestProperty"); in testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() local
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 976 private void append(StringBuilder builder, String propName, int propValue) { in append() 981 private void append(StringBuilder builder, String propName, Object propValue) { in append()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 280 int setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 1976 private void addIm(int protocol, String customProtocol, String propValue, int type, in addIm() 2148 final String propValue = (propertyValueList != null in addProperty() local 2435 private void handleSipCase(String propValue, Collection<String> typeCollection) { in handleSipCase()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 257 void setSubscriptionProperty(int subId, String propKey, String propValue); in setSubscriptionProperty() 305 public void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 3150 public int setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty() 3169 int subId, String propKey, String propValue, ContentResolver resolver) { in setSubscriptionPropertyIntoContentResolver()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 2443 public static void setSubscriptionProperty(int subId, String propKey, String propValue) { in setSubscriptionProperty()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 2015 final String propValue = sa.getString( in parseBaseApkCommon() local
|