to top
Android APIs
public static final class

Telephony.Threads

extends Object
implements Telephony.ThreadsColumns
java.lang.Object
   ↳ android.provider.Telephony.Threads

Class Overview

Helper functions for the "threads" table used by MMS and SMS.

Summary

Constants
int BROADCAST_THREAD Thread type: broadcast thread.
int COMMON_THREAD Thread type: common thread.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.Telephony.ThreadsColumns
Fields
public static final Uri CONTENT_URI The content:// style URL for this table, by conversation.
public static final Uri OBSOLETE_THREADS_URI The content:// style URL for this table, for obsolete threads.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BROADCAST_THREAD

Added in API level 19

Thread type: broadcast thread.

Constant Value: 1 (0x00000001)

public static final int COMMON_THREAD

Added in API level 19

Thread type: common thread.

Constant Value: 0 (0x00000000)

Fields

public static final Uri CONTENT_URI

Added in API level 19

The content:// style URL for this table, by conversation.

public static final Uri OBSOLETE_THREADS_URI

Added in API level 19

The content:// style URL for this table, for obsolete threads.