OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountInfo
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.h
82
class
AccountInfo
: public SigninGlobalError::AuthStatusProvider {
84
AccountInfo
(ProfileOAuth2TokenService* token_service,
87
virtual ~
AccountInfo
();
106
DISALLOW_COPY_AND_ASSIGN(
AccountInfo
);
111
typedef std::map<std::string, linked_ptr<
AccountInfo
> > AccountInfoMap;
profile_oauth2_token_service.cc
76
ProfileOAuth2TokenService::
AccountInfo
::
AccountInfo
(
89
ProfileOAuth2TokenService::
AccountInfo
::~
AccountInfo
() {
93
void ProfileOAuth2TokenService::
AccountInfo
::SetLastAuthError(
101
std::string ProfileOAuth2TokenService::
AccountInfo
::GetAccountId() const {
106
ProfileOAuth2TokenService::
AccountInfo
::GetAuthStatus() const {
167
new
AccountInfo
(this, account_id, std::string()));
212
new
AccountInfo
(this, account_id, refresh_token));
mutable_profile_oauth2_token_service.cc
85
new
AccountInfo
(this, account_id, std::string()));
121
new
AccountInfo
(this, account_id, refresh_token));
/frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java
69
AccountInfo
[] mAccountInfos = new
AccountInfo
[mAccounts.length];
71
mAccountInfos[i] = new
AccountInfo
(((Account) mAccounts[i]).name,
140
private static class
AccountInfo
{
144
AccountInfo
(String name, Drawable drawable) {
155
private static class AccountArrayAdapter extends ArrayAdapter<
AccountInfo
> {
157
private
AccountInfo
[] mInfos;
159
public AccountArrayAdapter(Context context, int textViewResourceId,
AccountInfo
[] infos) {
/frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java
197
static class
AccountInfo
{
202
AccountInfo
(AccountAndUser accountAndUser) {
341
private final HashMap<AccountAndUser,
AccountInfo
> mAccounts
342
= new HashMap<AccountAndUser,
AccountInfo
>();
677
for (
AccountInfo
accountInfo
: mAccounts.values()) {
678
if (account != null && !account.equals(
accountInfo
.accountAndUser.account)
679
&& userId !=
accountInfo
.accountAndUser.userId) {
682
for (AuthorityInfo authorityInfo :
accountInfo
.authorities.values()) {
721
for (
AccountInfo
accountInfo : mAccounts.values())
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
741
api::identity::
AccountInfo
account_info;
Completed in 367 milliseconds