public class

ReminderState

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.lockscreen.reminder.ReminderState

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String mDescript
public long mId
public Intent mIntent
public boolean mIsActive
public boolean mNeedToDoInScreenOff
public String mWhere
Public Constructors
ReminderState()
ReminderState(Parcel parcel)
Public Methods
void done()
void setIntent(Intent intent)
synchronized void update(boolean isActive)
void update(boolean isActive, long id, String descript)
void update(boolean isActive, long id, String descript, String where)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String mDescript

Since: API Level 2.2

public long mId

Since: API Level 2.2

public Intent mIntent

Since: API Level 2.2

public boolean mIsActive

Since: API Level 2.2

public boolean mNeedToDoInScreenOff

Since: API Level 2.2

public String mWhere

Since: API Level 2.2

Public Constructors

public ReminderState ()

Since: API Level 2.2

public ReminderState (Parcel parcel)

Since: API Level 2.2

Public Methods

public void done ()

Since: API Level 2.2

public void setIntent (Intent intent)

Since: API Level 2.2

public synchronized void update (boolean isActive)

Since: API Level 2.2

public void update (boolean isActive, long id, String descript)

Since: API Level 2.2

public void update (boolean isActive, long id, String descript, String where)

Since: API Level 2.2