com.gs.calllog.context

CallLogContext.CallLogCondition

Useful conditions for CRUD call logs by {@link android.content.ContentResolver}.

Supported Products:

All


Detail

Method

method description

Member & Constant

Member description
public static final String TYPE_OUTGOING The condition to get outgoing calls

Supported Products:

All

public static final String ID_DESC_ALL The condition to DESC calls by {@link CallLogItem#ITEM_ID}

Supported Products:

All

public static final String ID_DESC_LATEST The condition to DESC calls by {@link CallLogItem#ITEM_ID} and get the first row.

Supported Products:

All

public static final String DATE_DESC_LIMIT The condition to DESC calls by {@link CallLogItem#ITEM_START_TIME} and get the limit rows. Remember to concat the limit num.

Supported Products:

All

public static final String DATE_DESC The condition to DESC calls by {@link CallLogItem#ITEM_START_TIME}.

Supported Products:

All