Home
last modified time | relevance | path

Searched defs:propName (Results 1 – 11 of 11) 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()
73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder()
79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder()
85 String propName, List<String> propValueList) { in addExpectedNodeWithOrder()
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
97 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, in addExpectedNodeWithOrder()
103 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, in addExpectedNodeWithOrder()
109 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
115 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
[all …]
DPropertyNode.java43 public String propName; field in PropertyNode
77 String propName, String propValue, List<String> propValue_vector, in PropertyNode()
/frameworks/base/services/core/java/com/android/server/notification/
DPropConfig.java25 public static int getInt(Context context, String propName, int resId) { in getInt()
29 public static String[] getStringArray(Context context, String propName, int resId) { in getStringArray()
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java125 String propName = makePropertyName(GLOBAL_SETTINGS_CATEGORY, globalSetting); in updatePropertiesFromSettings() local
290 void updatePropertyFromSetting(String settingName, String propName) { in updatePropertyFromSetting()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAnalyticsActions.h116 const char *propName = key.c_str() + item->getKey().size() + 1; in isMatch() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java981 private void append(StringBuilder builder, String propName, int propValue) { in append()
986 private void append(StringBuilder builder, String propName, Object propValue) { in append()
991 private StringBuilder appendPropName(StringBuilder builder, String propName) { in appendPropName()
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayScanner.java195 final String propName = apkLite.getRequiredSystemPropertyName(); in parseOverlayManifest() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java358 private boolean getBoolean(String propName, int resId) { in getBoolean()
362 private int getInt(String propName, int resId) { in getInt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DServerFlagReader.kt67 propLoop@ for (propName in properties.keyset) { in onPropertiesChanged() method
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h1120 bool hasPropElem(const char *propName, const Prop::Elem& elem) const { in hasPropElem()
1181 const char *propName = url + 1; // skip the '.' in recursiveWildcardCheckElem() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2049 final String propName = sa.getString( in parseBaseApkCommon() local