android.provider
Class VoicemailContract.Status

java.lang.Object
  extended by android.provider.VoicemailContract.Status
All Implemented Interfaces:
BaseColumns
Enclosing class:
VoicemailContract

public static final class VoicemailContract.Status
extends Object
implements BaseColumns


Field Summary
static String CONFIGURATION_STATE
           
static int CONFIGURATION_STATE_CAN_BE_CONFIGURED
           
static int CONFIGURATION_STATE_NOT_CONFIGURED
           
static int CONFIGURATION_STATE_OK
           
static Uri CONTENT_URI
           
static String DATA_CHANNEL_STATE
           
static int DATA_CHANNEL_STATE_NO_CONNECTION
           
static int DATA_CHANNEL_STATE_OK
           
static String DIR_TYPE
           
static String ITEM_TYPE
           
static String NOTIFICATION_CHANNEL_STATE
           
static int NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING
           
static int NOTIFICATION_CHANNEL_STATE_NO_CONNECTION
           
static int NOTIFICATION_CHANNEL_STATE_OK
           
static String SETTINGS_URI
           
static String SOURCE_PACKAGE
           
static String VOICEMAIL_ACCESS_URI
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Method Summary
static Uri buildSourceUri(String packageName)
           
 
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

DIR_TYPE

public static final String DIR_TYPE
See Also:
Constant Field Values

ITEM_TYPE

public static final String ITEM_TYPE
See Also:
Constant Field Values

SOURCE_PACKAGE

public static final String SOURCE_PACKAGE
See Also:
Constant Field Values

SETTINGS_URI

public static final String SETTINGS_URI
See Also:
Constant Field Values

VOICEMAIL_ACCESS_URI

public static final String VOICEMAIL_ACCESS_URI
See Also:
Constant Field Values

CONFIGURATION_STATE

public static final String CONFIGURATION_STATE
See Also:
Constant Field Values

CONFIGURATION_STATE_OK

public static final int CONFIGURATION_STATE_OK
See Also:
Constant Field Values

CONFIGURATION_STATE_NOT_CONFIGURED

public static final int CONFIGURATION_STATE_NOT_CONFIGURED
See Also:
Constant Field Values

CONFIGURATION_STATE_CAN_BE_CONFIGURED

public static final int CONFIGURATION_STATE_CAN_BE_CONFIGURED
See Also:
Constant Field Values

DATA_CHANNEL_STATE

public static final String DATA_CHANNEL_STATE
See Also:
Constant Field Values

DATA_CHANNEL_STATE_OK

public static final int DATA_CHANNEL_STATE_OK
See Also:
Constant Field Values

DATA_CHANNEL_STATE_NO_CONNECTION

public static final int DATA_CHANNEL_STATE_NO_CONNECTION
See Also:
Constant Field Values

NOTIFICATION_CHANNEL_STATE

public static final String NOTIFICATION_CHANNEL_STATE
See Also:
Constant Field Values

NOTIFICATION_CHANNEL_STATE_OK

public static final int NOTIFICATION_CHANNEL_STATE_OK
See Also:
Constant Field Values

NOTIFICATION_CHANNEL_STATE_NO_CONNECTION

public static final int NOTIFICATION_CHANNEL_STATE_NO_CONNECTION
See Also:
Constant Field Values

NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING

public static final int NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING
See Also:
Constant Field Values
Method Detail

buildSourceUri

public static Uri buildSourceUri(String packageName)


Copyright © 2008-2012. All Rights Reserved.