List of usage examples for android.os Parcelable interface-usage
From source file com.getchute.android.photopickerplus.models.MediaDataModel.java
/** * The {@link MediaDataModel} class encapsulates asset information regarding the * media item and thumbnail URLs. * */ public class MediaDataModel implements Parcelable {
From source file com.vk.sdk.api.model.VKApiPlace.java
/** * A place object describes a location. */ @SuppressWarnings("unused") public class VKApiPlace extends VKApiModel implements Parcelable, Identifiable {
From source file com.vk.sdk.api.model.VKApiOwner.java
/** * This class represents owner of some VK object. */ @SuppressWarnings("unused") public class VKApiOwner extends VKApiModel implements android.os.Parcelable, Identifiable {
From source file android.net.ProxyInfo.java
/**
* Describes a proxy configuration.
*
* Proxy configurations are already integrated within the Apache HTTP stack.
* So {@link URLConnection} and {@link HttpClient} will use them automatically.
*
From source file net.issarlk.androbunny.inkbunny.Submission.java
public class Submission implements Parcelable, Thumbnailable { /** * */ private static final long serialVersionUID = -1641464884399255676L; private static final String TAG = "Submission";
From source file com.clover.sdk.v3.apps.AppMetered.java
@SuppressWarnings("all") public final class AppMetered implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * Unique identifier
From source file com.zyz.mobile.book.UserSpan.java
public class UserSpan implements Parcelable { private int mStart; // inclusive private int mEnd; // inclusive private Object mSpanObject; private UserSpanType mType;
From source file com.vk.sdkweb.api.model.VKApiChat.java
/** * Chat object describes a user's chat. */ @SuppressWarnings("unused") public class VKApiChat extends VKApiModel implements Identifiable, android.os.Parcelable {
From source file org.ale.scanner.zotero.data.BibItem.java
public class BibItem implements BaseColumns, Parcelable { public static final String TBL_NAME = "bibinfo"; public static final String COL_DATE = "date"; public static final String COL_TYPE = "type";
From source file com.tdispatch.passenger.model.ApiSearchLocationData.java
public class ApiSearchLocationData implements Parcelable { /**[ members ]*************************************************************************************************/ protected String mTown; protected String mCounty; protected String mCountry;