Searched defs:propName (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DPropConfig.java25 public static int getInt(Context context, String propName, int resId) { argument
26 return SystemProperties.getInt(propName, context.getResources().getInteger(resId));
29 public static String[] getStringArray(Context context, String propName, int resId) { argument
30 final String prop = SystemProperties.get(propName, UNSET);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java43 public String propName; field in class:PropertyNode
68 propName = "";
77 String propName, String propValue, List<String> propValue_vector,
80 if (propName != null) {
81 this.propName = propName;
83 this.propName = "";
130 if (propName == null || !propName.equals(node.propName)) {
76 PropertyNode( String propName, String propValue, List<String> propValue_vector, byte[] propValue_bytes, ContentValues paramMap, Set<String> paramMap_TYPE, Set<String> propGroupSet) argument
[all...]
H A DPropertyNodesVerifierElem.java62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { argument
63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
67 String propName, String propValue, ContentValues contentValues) {
68 return addExpectedNodeWithOrder(propName, propValue, null,
73 String propName, List<String> propValueList, ContentValues contentValues) {
74 return addExpectedNodeWithOrder(propName, null, propValueList,
79 String propName, String propValue, List<String> propValueList) {
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
85 String propName, List<String> propValueList) {
87 return addExpectedNodeWithOrder(propName, propValu
66 addExpectedNodeWithOrder( String propName, String propValue, ContentValues contentValues) argument
72 addExpectedNodeWithOrder( String propName, List<String> propValueList, ContentValues contentValues) argument
78 addExpectedNodeWithOrder( String propName, String propValue, List<String> propValueList) argument
84 addExpectedNodeWithOrder( String propName, List<String> propValueList) argument
91 addExpectedNodeWithOrder(String propName, String propValue, TypeSet paramMap_TYPE) argument
97 addExpectedNodeWithOrder(String propName, List<String> propValueList, TypeSet paramMap_TYPE) argument
103 addExpectedNodeWithOrder(String propName, List<String> propValueList, ContentValues paramMap, TypeSet paramMap_TYPE) argument
109 addExpectedNodeWithOrder(String propName, String propValue, ContentValues paramMap, TypeSet paramMap_TYPE) argument
115 addExpectedNodeWithOrder(String propName, String propValue, List<String> propValueList, TypeSet paramMap_TYPE) argument
121 addExpectedNodeWithOrder(String propName, String propValue, List<String> propValueList, ContentValues paramMap) argument
127 addExpectedNodeWithOrder(String propName, String propValue, List<String> propValueList, byte[] propValue_bytes, ContentValues paramMap, TypeSet paramMap_TYPE, GroupSet propGroupSet) argument
147 addExpectedNode(String propName, String propValue) argument
151 addExpectedNode(String propName, String propValue, ContentValues contentValues) argument
156 addExpectedNode(String propName, List<String> propValueList, ContentValues contentValues) argument
162 addExpectedNode(String propName, String propValue, List<String> propValueList) argument
167 addExpectedNode(String propName, List<String> propValueList) argument
173 addExpectedNode(String propName, String propValue, TypeSet paramMap_TYPE) argument
178 addExpectedNode(String propName, List<String> propValueList, TypeSet paramMap_TYPE) argument
185 addExpectedNode(String propName, String propValue, List<String> propValueList, TypeSet paramMap_TYPE) argument
191 addExpectedNode(String propName, String propValue, ContentValues paramMap, TypeSet paramMap_TYPE) argument
197 addExpectedNode(String propName, String propValue, List<String> propValueList, byte[] propValue_bytes, ContentValues paramMap, TypeSet paramMap_TYPE, GroupSet propGroupSet) argument
232 verifyNode(final String propName, final PropertyNode actualNode) argument
318 failWithExpectedNodeList(String propName, PropertyNode actualNode, List<PropertyNode> expectedNodeList) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java141 private boolean getBoolean(String propName, int resId) { argument
142 return SystemProperties.getBoolean(propName, mContext.getResources().getBoolean(resId));
145 private int getInt(String propName, int resId) { argument
146 int value = SystemProperties.getInt(propName, mContext.getResources().getInteger(resId));
150 private String getString(String propName, int resId) { argument
151 return SystemProperties.get(propName, mContext.getString(resId));
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp128 const char *propName, int32_t defaultValue) {
130 if (property_get(propName, val, NULL)) {
127 GetInt32Property( const char *propName, int32_t defaultValue) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp574 static int getDensityFromProperty(char const* propName) { argument
577 if (property_get(propName, property, NULL) > 0) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6524 milliseconds