android.provider
Class VoicemailContract

java.lang.Object
  extended by android.provider.VoicemailContract

public class VoicemailContract
extends Object


Nested Class Summary
static class VoicemailContract.Status
           
static class VoicemailContract.Voicemails
           
 
Field Summary
static String ACTION_FETCH_VOICEMAIL
           
static String ACTION_NEW_VOICEMAIL
           
static String AUTHORITY
           
static String EXTRA_SELF_CHANGE
           
static String PARAM_KEY_SOURCE_PACKAGE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORITY

public static final String AUTHORITY
See Also:
Constant Field Values

PARAM_KEY_SOURCE_PACKAGE

public static final String PARAM_KEY_SOURCE_PACKAGE
See Also:
Constant Field Values

ACTION_NEW_VOICEMAIL

public static final String ACTION_NEW_VOICEMAIL
See Also:
Constant Field Values

ACTION_FETCH_VOICEMAIL

public static final String ACTION_FETCH_VOICEMAIL
See Also:
Constant Field Values

EXTRA_SELF_CHANGE

public static final String EXTRA_SELF_CHANGE
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.