Class Overview
Contains helper classes used for PeopleInfo
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
EXTRA_GROUP_COLUMN
Constant Value:
7
(0x00000007)
public
static
final
int
FIRSTNAME_COLUMN
Constant Value:
3
(0x00000003)
public
static
final
int
ID_COLUMN
Constant Value:
0
(0x00000000)
public
static
final
int
LASTNAME_COLUMN
Constant Value:
4
(0x00000004)
public
static
final
int
NAME_COLUMN
Constant Value:
1
(0x00000001)
public
static
final
int
NOTE_COLUMN
Constant Value:
2
(0x00000002)
public
static
final
int
PERSONAL_RINGTONE_COLUMN
Constant Value:
5
(0x00000005)
public
static
final
int
PICASA_URL_COLUMN
Constant Value:
6
(0x00000006)
Fields
Public Constructors
public
HtcUnionContact.PeopleInfo
()