List of usage examples for android.os Parcelable interface-usage
From source file com.vk.sdk.api.model.VKApiAudio.java
/** * An audio object describes an audio file and contains the following fields. */ @SuppressWarnings("unused") public class VKApiAudio extends VKApiAttachment implements android.os.Parcelable, Identifiable {
From source file br.ufrj.ppgi.jemf.mobile.bean.InterestPoint.java
/** * @author Marcus Machado * */ public class InterestPoint extends AbstractInterestPoint implements Parcelable, Comparable<InterestPoint> {
From source file com.clover.sdk.v3.merchant.Gateway.java
@SuppressWarnings("all") public final class Gateway implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { public java.lang.String getPaymentProcessorName() { return genClient.cacheGet(CacheKey.paymentProcessorName);
From source file com.clover.sdk.v3.hours.HoursSet.java
@SuppressWarnings("all") public final class HoursSet implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * Unique identifier
From source file com.clover.sdk.v3.payments.Authorization.java
@SuppressWarnings("all") public final class Authorization implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * Unique identifier
From source file org.andstatus.app.account.AccountData.java
public class AccountData implements Parcelable, AccountDataWriter { private static final String TAG = AccountData.class.getSimpleName(); /** * The Key for the android.accounts.Account bundle; */
From source file com.eTilbudsavis.etasdk.model.Typeahead.java
/**
* <p>
* The typeahead allows you to easily define typeahead in {@link AutoCompleteTextView} e.t.c.
* Further more, this object can
* </p>
*
From source file com.vk.sdkweb.api.model.VKApiPost.java
/** * A post object describes a wall post. */ @SuppressWarnings("unused") public class VKApiPost extends VKAttachments.VKApiAttachment implements Identifiable, android.os.Parcelable {
From source file com.google.android.apps.dashclock.api.ExtensionData.java
/**
* A parcelable, serializable object representing data related to a {@link DashClockExtension} that
* should be shown to the user.
*
* <p>
* This class follows the <a href="http://en.wikipedia.org/wiki/Fluent_interface">fluent
From source file edu.umich.oasis.common.TaintSet.java
public final class TaintSet implements Parcelable { private static final String TAG = "OASIS.TaintSet"; private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE); private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG); public static final float NOT_TAINTED = Float.NEGATIVE_INFINITY;