public static class

PhoneCallUIService.PhoneCallUIState

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.open.phone.PhoneCallUIService.PhoneCallUIState

Summary

Constants
int CALL_STATE_IDLE
int CALL_STATE_OFFHOOK
int CALL_STATE_RING
int CALL_STYLE_NORMAL
int CALL_STYLE_VIDEO
int FLAG_SENDMSG
int FLAG_SILENT
Public Constructors
PhoneCallUIService.PhoneCallUIState(int callState, String opName, String callType, Bitmap phone, String name, String displayNumber, String location, String hint, String snStatus, Bitmap snIcon, String eventDesp, Bitmap eventIcon)
PhoneCallUIService.PhoneCallUIState(Context context)
Public Methods
String getBirthdayInfo()
int getCallState()
String getDisplayNumber()
String getDueDate()
Bundle getExtra()
int getFlag()
int getId()
String getLocation()
String getName()
String getPackageName()
ComponentName getPhoneComponent()
Bitmap getPhoto()
String getSocailState()
Bitmap getSocialIcon()
String getTaskName()
void setBirthdayInfo(String birthday)
void setCallState(int callState)
void setDisplayNumber(String number)
void setDueDate(String duedate)
void setFlag(int flag)
void setId(int id)
void setLocation(String location)
void setName(String name)
void setPhoneComponent(String packageName, String className)
void setPhoto(Bitmap photo)
void setSocailState(String social)
void setSocialIcon(Bitmap icon)
void setTaskName(String taskname)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CALL_STATE_IDLE

Since: API Level

Constant Value: 0 (0x00000000)

public static final int CALL_STATE_OFFHOOK

Since: API Level

Constant Value: 2 (0x00000002)

public static final int CALL_STATE_RING

Since: API Level

Constant Value: 1 (0x00000001)

public static final int CALL_STYLE_NORMAL

Since: API Level

Constant Value: 0 (0x00000000)

public static final int CALL_STYLE_VIDEO

Since: API Level

Constant Value: 1 (0x00000001)

public static final int FLAG_SENDMSG

Since: API Level

Constant Value: 2 (0x00000002)

public static final int FLAG_SILENT

Since: API Level

Constant Value: 1 (0x00000001)

Public Constructors

public PhoneCallUIService.PhoneCallUIState (int callState, String opName, String callType, Bitmap phone, String name, String displayNumber, String location, String hint, String snStatus, Bitmap snIcon, String eventDesp, Bitmap eventIcon)

Since: API Level

public PhoneCallUIService.PhoneCallUIState (Context context)

Since: API Level

Public Methods

public String getBirthdayInfo ()

Since: API Level

public int getCallState ()

Since: API Level

public String getDisplayNumber ()

Since: API Level

public String getDueDate ()

Since: API Level

public Bundle getExtra ()

Since: API Level

public int getFlag ()

Since: API Level

public int getId ()

Since: API Level

public String getLocation ()

Since: API Level

public String getName ()

Since: API Level

public String getPackageName ()

Since: API Level

public ComponentName getPhoneComponent ()

Since: API Level

public Bitmap getPhoto ()

Since: API Level

public String getSocailState ()

Since: API Level

public Bitmap getSocialIcon ()

Since: API Level

public String getTaskName ()

Since: API Level

public void setBirthdayInfo (String birthday)

Since: API Level

public void setCallState (int callState)

Since: API Level

public void setDisplayNumber (String number)

Since: API Level

public void setDueDate (String duedate)

Since: API Level

public void setFlag (int flag)

Since: API Level

public void setId (int id)

Since: API Level

public void setLocation (String location)

Since: API Level

public void setName (String name)

Since: API Level

public void setPhoneComponent (String packageName, String className)

Since: API Level

public void setPhoto (Bitmap photo)

Since: API Level

public void setSocailState (String social)

Since: API Level

public void setSocialIcon (Bitmap icon)

Since: API Level

public void setTaskName (String taskname)

Since: API Level