Build m5-rc15

com.google.android.providers.googleapps
Class GoogleAccounts.Accounts

java.lang.Object
  extended by com.google.android.providers.googleapps.GoogleAccounts.Accounts
All Implemented Interfaces:
BaseColumns
Enclosing class:
GoogleAccounts

public static final class GoogleAccounts.Accounts
extends Object
implements BaseColumns


Nested Class Summary
static class GoogleAccounts.Accounts.AccountInfo
           
 
Field Summary
static String[] ACCOUNTS_PROJECTION
           
static Uri CONTENT_URI
           
static String ISPRIMARY
           
static String PASSWORD
           
static Uri PRIMARY_ACCOUNT_URI
           
static String USERNAME
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Constructor Summary
GoogleAccounts.Accounts()
           
 
Method Summary
static String queryPasswordForAccount(ContentResolver cr, String account)
           
static GoogleAccounts.Accounts.AccountInfo queryPrimaryAccount(ContentResolver cr)
           
static void setPrimaryAccount(ContentResolver cr, String primaryAccount)
           
 
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

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

ISPRIMARY

public static final String ISPRIMARY
See Also:
Constant Field Values

ACCOUNTS_PROJECTION

public static final String[] ACCOUNTS_PROJECTION

PRIMARY_ACCOUNT_URI

public static final Uri PRIMARY_ACCOUNT_URI
Constructor Detail

GoogleAccounts.Accounts

public GoogleAccounts.Accounts()
Method Detail

queryPasswordForAccount

public static String queryPasswordForAccount(ContentResolver cr,
                                             String account)

queryPrimaryAccount

public static GoogleAccounts.Accounts.AccountInfo queryPrimaryAccount(ContentResolver cr)

setPrimaryAccount

public static void setPrimaryAccount(ContentResolver cr,
                                     String primaryAccount)

Build m5-rc15

Please submit a feedback, bug or feature