Searched defs:kAccountId (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc17 const char kAccountId[] = "account.id"; variable
35 token_service->IssueRefreshTokenForUser(kAccountId, "fake_refresh_token");
38 token_service, kAccountId, GaiaConstants::kChromeSyncOAuth2Scope));
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_unittest.cc33 const char kAccountId[] = "account_id"; member in namespace:local_discovery::__anon4162
49 account_id_(kAccountId) {}
/external/chromium_org/chrome/browser/signin/
H A Daccount_service_flag_fetcher_unittest.cc20 const char kAccountId[] = "user@gmail.com"; variable
125 token_service_.UpdateCredentials(kAccountId, "refresh_token");
128 kAccountId,
139 kAccountId,
152 kAccountId,
162 token_service_.UpdateCredentials(kAccountId, "refresh_token");
169 kAccountId,
182 kAccountId,
202 token_service_.UpdateCredentials(kAccountId, "refresh_token");
205 kAccountId,
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos_browsertest.cc38 const char kAccountId[] = "dla1@example.com"; member in namespace:policy::__anon3436
78 SetMergeSessionParams(kAccountId); variable
89 token_info.email = kAccountId;
146 kPolicy, dm_protocol::kChromeUserPolicyType, kAccountId);
168 LogIn(kAccountId, kAccountPassword);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc27 const char kAccountId[] = "account_id"; member in namespace:__anon4737
141 kAccountId,
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request_unittest.cc19 const char kAccountId[] = "test_user@gmail.com"; member in namespace:__anon8359
178 oauth2_service_->AddAccount(kAccountId);
213 provider_.get(), kAccountId, scopes_, &consumer_));
225 provider_.get(), kAccountId, scopes_, &consumer_));
237 provider_.get(), kAccountId, scopes_, &consumer_));
249 provider_.get(), kAccountId, scopes_, &consumer_));
260 provider_.get(), kAccountId, scopes_, kAccessToken);
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc23 const char kAccountId[] = "attachments@gmail.com"; member in namespace:syncer::__anon10764
185 token_service_->AddAccount(kAccountId);
194 kAccountId,
H A Dattachment_uploader_impl_unittest.cc33 const char kAccountId[] = "some-account-id"; member in namespace:__anon10767
279 kAccountId,
422 token_service().AddAccount(kAccountId);
457 token_service().AddAccount(kAccountId);
477 token_service().AddAccount(kAccountId);
501 // Note, we won't receive a token because we did not add kAccountId to the
522 token_service().AddAccount(kAccountId);
559 token_service().AddAccount(kAccountId);
597 token_service().AddAccount(kAccountId);

Completed in 705 milliseconds