List of usage examples for android.os Parcelable interface-usage
From source file com.lugia.timetable.Schedule.java
final class Schedule implements Parcelable { private int mSection; private int mDay; private int mTime; private int mLength;
From source file com.clover.sdk.v3.payments.BatchRequest.java
@SuppressWarnings("all") public final class BatchRequest implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { public java.util.List<java.lang.String> getDevices() { return genClient.cacheGet(CacheKey.devices);
From source file edu.umich.oasis.common.SodaDetails.java
public class SodaDetails implements Parcelable { private static final String TAG = "OASIS.SodaDetails"; private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE); private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG); public SodaDescriptor descriptor;
From source file edu.umich.flowfence.common.QMDetails.java
public class QMDetails implements Parcelable { private static final String TAG = "FF.QMDetails"; private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE); private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG); public QMDescriptor descriptor;
From source file us.dustinj.locationstore.Export.java
/** * Model for an export that will back the main activity's view of the created and available exports. */ public class Export implements Parcelable { private long m_startTimeMs = 0; private long m_durationMs = 0;
From source file com.danlvse.weebo.model.Comment.java
/**
*
*
* @author SINA
* @since 2013-11-24
*/
From source file vandy.mooc.model.provider.Video.java
public class Video implements Parcelable { private long id; private String title; private long duration; private String location;
From source file io.github.data4all.model.DeviceOrientation.java
/** * this class represent the model for OrientationListener. * * @author: Steeve, fkirchge */ public class DeviceOrientation implements Parcelable {
From source file com.aknowledge.v1.automation.PytoDevice.java
public class PytoDevice implements Parcelable {
String devID;
String[] devCommands;
String devType;
String devState;
String devName;
From source file com.example.android.directboot.alarms.Alarm.java
/** * Class represents a single alarm. */ public class Alarm implements Comparable<Alarm>, Parcelable { public int id;