android.app
Class IActivityManager.ContentProviderHolder
java.lang.Object
android.app.IActivityManager.ContentProviderHolder
- All Implemented Interfaces:
- Parcelable
- Enclosing interface:
- IActivityManager
public static class IActivityManager.ContentProviderHolder
- extends Object
- implements Parcelable
Information you can retrieve about a particular application.
|
Method Summary |
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation. |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
public final ProviderInfo info
permissionFailure
public final String permissionFailure
provider
public IContentProvider provider
noReleaseNeeded
public boolean noReleaseNeeded
CREATOR
public static final Parcelable.Creator<IActivityManager.ContentProviderHolder> CREATOR
IActivityManager.ContentProviderHolder
public IActivityManager.ContentProviderHolder(ProviderInfo _info)
IActivityManager.ContentProviderHolder
public IActivityManager.ContentProviderHolder(ProviderInfo _info,
String _permissionFailure)
describeContents
public int describeContents()
- Description copied from interface:
Parcelable
- Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
- Specified by:
describeContents in interface Parcelable
- Returns:
- a bitmask indicating the set of special object types marshalled
by the Parcelable.
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Description copied from interface:
Parcelable
- Flatten this object in to a Parcel.
- Specified by:
writeToParcel in interface Parcelable
- Parameters:
dest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
Please submit a feedback, bug or feature