public class Call
extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Call.CallType |
| Modifier and Type | Field and Description |
|---|---|
long |
callDate |
long |
duration |
long |
id |
boolean |
isRead |
java.lang.String |
name |
java.lang.String |
number |
Call.CallType |
type |
static android.net.Uri |
uri |
| Constructor and Description |
|---|
Call() |
public static android.net.Uri uri
public long id
public java.lang.String name
public long callDate
public long duration
public boolean isRead
public java.lang.String number
public Call.CallType type