Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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

Thread type: broadcast thread.

Constant Value: 1 (0x00000001)

public static final int COMMON_THREAD

Thread type: common thread.

Constant Value: 0 (0x00000000)

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.