android.provider
Class CallLog.Calls

java.lang.Object
  extended by android.provider.CallLog.Calls
All Implemented Interfaces:
BaseColumns
Enclosing class:
CallLog

public static class CallLog.Calls
extends Object
implements BaseColumns


Field Summary
static String CACHED_NAME
           
static String CACHED_NUMBER_LABEL
           
static String CACHED_NUMBER_TYPE
           
static Uri CONTENT_FILTER_URI
           
static String CONTENT_ITEM_TYPE
           
static String CONTENT_TYPE
           
static Uri CONTENT_URI
           
static String DATE
           
static String DEFAULT_SORT_ORDER
           
static String DURATION
           
static int INCOMING_TYPE
           
static String IS_READ
           
static int MISSED_TYPE
           
static String NEW
           
static String NUMBER
           
static int OUTGOING_TYPE
           
static String TYPE
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Constructor Summary
CallLog.Calls()
           
 
Method Summary
static String getLastOutgoingCall(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI

CONTENT_FILTER_URI

public static final Uri CONTENT_FILTER_URI

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ITEM_TYPE

public static final String CONTENT_ITEM_TYPE
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

INCOMING_TYPE

public static final int INCOMING_TYPE
See Also:
Constant Field Values

OUTGOING_TYPE

public static final int OUTGOING_TYPE
See Also:
Constant Field Values

MISSED_TYPE

public static final int MISSED_TYPE
See Also:
Constant Field Values

NUMBER

public static final String NUMBER
See Also:
Constant Field Values

DATE

public static final String DATE
See Also:
Constant Field Values

DURATION

public static final String DURATION
See Also:
Constant Field Values

NEW

public static final String NEW
See Also:
Constant Field Values

CACHED_NAME

public static final String CACHED_NAME
See Also:
Constant Field Values

CACHED_NUMBER_TYPE

public static final String CACHED_NUMBER_TYPE
See Also:
Constant Field Values

CACHED_NUMBER_LABEL

public static final String CACHED_NUMBER_LABEL
See Also:
Constant Field Values

IS_READ

public static final String IS_READ
See Also:
Constant Field Values
Constructor Detail

CallLog.Calls

public CallLog.Calls()
Method Detail

getLastOutgoingCall

public static String getLastOutgoingCall(Context context)


Copyright © 2008-2012. All Rights Reserved.