|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.motorola.iden.recentcalls.RecentCallsEntry
Field Summary | |
static int |
CALL_TYPE_INCOMING
|
static int |
CALL_TYPE_MISSED
|
static int |
CALL_TYPE_NO_STATUS
|
static int |
CALL_TYPE_OUTGOING
|
static int |
SERVICE_CALL_TYPE_CALLALERT
|
static int |
SERVICE_CALL_TYPE_INVALID
|
static int |
SERVICE_CALL_TYPE_PHONE
|
static int |
SERVICE_CALL_TYPE_PRIVATE
|
static int |
SERVICE_CALL_TYPE_TALKGROUP
|
Constructor Summary | |
RecentCallsEntry()
The default constructor for RecentCallsEntry class |
|
RecentCallsEntry(java.lang.String myNumber,
int myServiceCallType,
int myCallType,
int myMinute,
int myHour,
int myDay,
int myMonth,
int myDuration)
The constructor for RecentCallsEntry class |
Method Summary | |
int |
getCallType()
To Retrive the call Type of entry in RCL |
int |
getDay()
This is a java API to retrive the day in which the call was made |
int |
getDuration()
To retrive the duration of call from RCL. |
int |
getHour()
To Retrive the Hour of call from RCL. |
int |
getMinute()
To Retrive the minute of call from RCL |
int |
getMonth()
This is a java API to retrive the month in which the call was made |
java.lang.String |
getPhoneNumber()
To retrive the phone number of the entry from RCL |
int |
getServiceCallType()
To Retrive the service call type of an entry in RCL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CALL_TYPE_INCOMING
public static final int CALL_TYPE_OUTGOING
public static final int CALL_TYPE_MISSED
public static final int CALL_TYPE_NO_STATUS
public static final int SERVICE_CALL_TYPE_PHONE
public static final int SERVICE_CALL_TYPE_PRIVATE
public static final int SERVICE_CALL_TYPE_TALKGROUP
public static final int SERVICE_CALL_TYPE_CALLALERT
public static final int SERVICE_CALL_TYPE_INVALID
Constructor Detail |
public RecentCallsEntry()
public RecentCallsEntry(java.lang.String myNumber, int myServiceCallType, int myCallType, int myMinute, int myHour, int myDay, int myMonth, int myDuration)
Method Detail |
public int getServiceCallType()
public int getCallType()
public java.lang.String getPhoneNumber()
public int getDuration()
public int getMinute()
public int getHour()
public int getDay()
public int getMonth()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |