Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DValue.cpp97 template<typename T> class Value::Content : public Value::ContentBase { class in android::binder::Value
100 Content(const T & value) : mValue(value) { } in Content() function in android::binder::Value::Content
/frameworks/native/libs/binder/include/binder/
DValue.h176 template<typename T> class Content; variable
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java73 public class Content { class