List of usage examples for android.os Parcelable interface-usage
From source file com.clover.sdk.v3.apps.AppNotification.java
@SuppressWarnings("all") public final class AppNotification implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * The app the notification will be sent to. This will be autopopulated by the server.
From source file com.codebutler.farebot.mifare.DesfireFileSettings.java
public abstract class DesfireFileSettings implements Parcelable { public final byte fileType; public final byte commSetting; public final byte[] accessRights; /* DesfireFile Types */
From source file com.clover.sdk.v3.base.ServiceCharge.java
@SuppressWarnings("all") public final class ServiceCharge implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * Unique identifier
From source file cl.smartcities.isci.transportinspector.backend.Bus.java
/** * This class represents a Bus. It's parcelable to allow its use in Bundles. */ public class Bus implements JSONObjectable, Parcelable, Suggestion { private final String origin;
From source file com.clover.sdk.v3.apps.Screenshot.java
@SuppressWarnings("all") public final class Screenshot implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * URL for the app screenshot
From source file com.codebutler.farebot.card.desfire.DesfireFileSettings.java
public abstract class DesfireFileSettings implements Parcelable { public final byte fileType; public final byte commSetting; public final byte[] accessRights; /* DesfireFile Types */
From source file nz.ac.otago.psyanlab.common.UserDelegateI.java
/** * Interface for classes that enable operations upon some user. */ @SuppressLint("ParcelCreator") public interface UserDelegateI extends Parcelable { int EXPERIMENT_DATE_CREATED = 0x01;
From source file com.clover.sdk.v3.inventory.Category.java
@SuppressWarnings("all") public final class Category implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * Unique identifier
From source file org.xbmc.android.jsonrpc.io.JsonHandler.java
/**
* Abstract class that handles reading and parsing an JSON-serialized API
* response into a set of ContentProviderOperation. It catches
* recoverable network exceptions and re-throws them as {@link ApiException}.
* Any local {@link ContentProvider} exceptions are considered unrecoverable.
* <p>
From source file fr.cph.chicago.entity.BikeStation.java
/**
* Bike station entity
*
* @author Carl-Philipp Harmant
* @version 1
*/