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

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java125 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/tree/
H A DUiNode.java105 public String getAttribute(String key) { method in class:UiNode
/frameworks/base/media/java/android/media/
H A DExifInterface.java130 public String getAttribute(String tag) { method in class:ExifInterface
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java216 public String getAttribute(String name) { method in class:SimpleSessionDescription
217 return mFields.getAttribute(name);
499 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/base/tools/aapt/
H A DCommand.cpp240 String8 getAttribute(const ResXMLTree& tree, const char* ns, function
259 static String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) function
576 String8 pkg = getAttribute(tree, NULL, "package", NULL);
580 String8 name = getAttribute(tree, NAME_ATTR, &error);
588 String8 name = getAttribute(tree, NAME_ATTR, &error);
764 pkg = getAttribute(tree, NULL, "package", NULL);
926 String8 name = getAttribute(tree, NAME_ATTR, &error);
985 String8 name = getAttribute(tree, NAME_ATTR, &error);
1041 String8 name = getAttribute(tree, NAME_ATTR, &error);
1050 String8 name = getAttribute(tre
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2576 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
2637 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);

Completed in 334 milliseconds