OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentItem
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
/developers/samples/android/content/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
Completed in 117 milliseconds