Telephony.MmsSms.PendingMessages


public static final class Telephony.MmsSms.PendingMessages
extends Object implements BaseColumns

java.lang.Object
   ↳ android.provider.Telephony.MmsSms.PendingMessages


Contains pending messages info.

Summary

Constants

String DUE_TIME

The time to do next retry.

String ERROR_CODE

The error code of sending/retrieving process.

String ERROR_TYPE

The type of the error code.

String LAST_TRY

The time we last tried to send or download the message.

String MSG_ID

The ID of the message to be sent or downloaded.

String MSG_TYPE

The type of the message to be sent or downloaded.

String PROTO_TYPE

The type of transport protocol (MMS or SMS).

String RETRY_INDEX

How many times we tried to send or download the message.

String SUBSCRIPTION_ID

The subscription to which the message belongs to.

Inherited constants

String _COUNT

The count of rows in a directory.

String _ID

The unique ID for a row.

Fields

public static final Uri CONTENT_URI

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

DUE_TIME

Added in API level 19
public static final String DUE_TIME

The time to do next retry.

Type: INTEGER (long)

Constant Value: "due_time"

ERROR_CODE

Added in API level 19
public static final String ERROR_CODE

The error code of sending/retrieving process.

Type: INTEGER

Constant Value: "err_code"

ERROR_TYPE

Added in API level 19
public static final String ERROR_TYPE

The type of the error code.

Type: INTEGER

Constant Value: "err_type"

LAST_TRY

Added in API level 19
public static final String LAST_TRY

The time we last tried to send or download the message.

Type: INTEGER (long)

Constant Value: "last_try"

MSG_ID

Added in API level 19
public static final String MSG_ID

The ID of the message to be sent or downloaded.

Type: INTEGER (long)

Constant Value: "msg_id"

MSG_TYPE

Added in API level 19
public static final String MSG_TYPE

The type of the message to be sent or downloaded. This field is only valid for MM. For SM, its value is always set to 0.

Type: INTEGER

Constant Value: "msg_type"

PROTO_TYPE

Added in API level 19
public static final String PROTO_TYPE

The type of transport protocol (MMS or SMS).

Type: INTEGER

Constant Value: "proto_type"

RETRY_INDEX

Added in API level 19
public static final String RETRY_INDEX

How many times we tried to send or download the message.

Type: INTEGER

Constant Value: "retry_index"

SUBSCRIPTION_ID

Added in API level 22
public static final String SUBSCRIPTION_ID

The subscription to which the message belongs to. Its value will be < 0 if the sub id cannot be determined.

Type: INTEGER (long)

Constant Value: "pending_sub_id"

Fields

CONTENT_URI

Added in API level 19
public static final Uri CONTENT_URI