|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentDescriptor | |
---|---|
com.qualcommlabs.usercontext | |
com.qualcommlabs.usercontext.protocol |
Uses of ContentDescriptor in com.qualcommlabs.usercontext |
---|
Method parameters in com.qualcommlabs.usercontext with type arguments of type ContentDescriptor | |
---|---|
void |
ContextContentConnectorImpl.searchContentWithQuery(Query query,
Callback<List<ContentDescriptor>> serviceCallback)
|
void |
ContextContentConnector.searchContentWithQuery(Query query,
Callback<List<ContentDescriptor>> serviceCallback)
Returns a list of the content that matches the specified query. |
Uses of ContentDescriptor in com.qualcommlabs.usercontext.protocol |
---|
Methods in com.qualcommlabs.usercontext.protocol that return ContentDescriptor | |
---|---|
ContentDescriptor |
ContentDescriptorHistory.getContentDescriptor()
Gets the content descriptor. |
Methods in com.qualcommlabs.usercontext.protocol that return types with arguments of type ContentDescriptor | |
---|---|
List<ContentDescriptor> |
ContentEvent.getContent()
|
Methods in com.qualcommlabs.usercontext.protocol with parameters of type ContentDescriptor | |
---|---|
void |
ContentDescriptorHistory.setContentDescriptor(ContentDescriptor contentDescriptor)
Sets the content descriptor. |
Method parameters in com.qualcommlabs.usercontext.protocol with type arguments of type ContentDescriptor | |
---|---|
void |
ContentEvent.setContent(List<ContentDescriptor> content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |