com.google.android.providers.googleapps
Class GoogleAccounts.Accounts
java.lang.Object
com.google.android.providers.googleapps.GoogleAccounts.Accounts
- All Implemented Interfaces:
- BaseColumns
- Enclosing class:
- GoogleAccounts
public static final class GoogleAccounts.Accounts
- extends Object
- implements BaseColumns
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GoogleAccounts.Accounts
public GoogleAccounts.Accounts()
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)
Please submit a feedback, bug or feature