Searched defs:Content (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DValue.cpp97 template<typename T> class Value::Content : public Value::ContentBase { class in class:android::binder::Value
99 Content() = default;
100 Content(const T & value) : mValue(value) { } function in class:android::binder::Value::Content
102 virtual ~Content() = default;
118 return new Content(mValue);
126 return mValue == static_cast<const Content<T>* >(&rhs)->mValue;
139 *out = static_cast<const Content<T>*>(this)->mValue;
256 mContent = new Content< T >(rhs); \
260 : mContent(new Content< T >(value)) \
312 RETURN_IF_FAILED(parcel->TYPEMETHOD(static_cast<const Content<
[all...]
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java73 public class Content { class
210 throw new IllegalArgumentException("Content provider URI not specified."
236 throw new IllegalArgumentException("Content provider URI not specified."
261 throw new IllegalArgumentException("Content provider URI not specified."
294 throw new IllegalArgumentException("Content provider URI not specified."
298 throw new IllegalArgumentException("Content provider method not specified.");
317 throw new IllegalArgumentException("Content provider URI not specified."
336 throw new IllegalArgumentException("Content provider URI not specified."
364 throw new IllegalArgumentException("Content provider URI not specified."

Completed in 441 milliseconds