Searched defs:getAttribute (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java125 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/base/media/java/android/media/
H A DExifInterface.java133 public String getAttribute(String tag) { method in class:ExifInterface
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java217 public String getAttribute(String name) { method in class:SimpleSessionDescription
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/base/tools/aapt/
H A DCommand.cpp241 String8 getAttribute(const ResXMLTree& tree, const char* ns, function
260 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) function
470 String8 category = getAttribute(tree, CATEGORY_ATTR, &error);
635 String8 pkg = getAttribute(tree, NULL, "package", NULL);
639 String8 name = getAttribute(tree, NAME_ATTR, &error);
647 String8 name = getAttribute(tree, NAME_ATTR, &error);
876 pkg = getAttribute(tree, NULL, "package", NULL);
1040 String8 name = getAttribute(tree, NAME_ATTR, &error);
1099 String8 name = getAttribute(tree, NAME_ATTR, &error);
1159 String8 name = getAttribute(tre
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2757 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
2818 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);

Completed in 157 milliseconds