Searched refs:kTestAccountId (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc13 static const char kTestAccountId[] = "testuser@test.com"; variable
51 kTestAccountId,
73 kTestAccountId,
79 kTestAccountId,
85 provider0->SetAuthError(kTestAccountId,
89 provider1->SetAuthError(kTestAccountId,
108 kTestAccountId,
117 ASSERT_STREQ(kTestAccountId,
171 provider.SetAuthError(kTestAccountId,
180 EXPECT_STREQ(kTestAccountId,
[all...]
/external/chromium_org/google_apis/gaia/
H A Dubertoken_fetcher_unittest.cc18 const char kTestAccountId[] = "test@gmail.com"; member in namespace:__anon8362
75 fetcher_->StartFetchingToken(kTestAccountId);
85 fetcher_->StartFetchingToken(kTestAccountId);
94 fetcher_->StartFetchingToken(kTestAccountId);
104 fetcher_->StartFetchingToken(kTestAccountId);
122 fetcher_->StartFetchingToken(kTestAccountId);
140 fetcher_->StartFetchingToken(kTestAccountId);
157 fetcher_->StartFetchingToken(kTestAccountId);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error_unittest.cc25 static const char kTestAccountId[] = "testuser@test.com"; variable
40 prefs::kGoogleServicesUsername, kTestAccountId);
42 ->SetAuthenticatedUsername(kTestAccountId); variable
78 kTestAccountId,
119 provider.SetAuthError(kTestAccountId,
H A Dsignin_error_notifier_ash_unittest.cc39 static const char kTestAccountId[] = "testuser@test.com"; member in namespace:ash::test::__anon4691
43 // kTestAccountId.
71 profile_->set_profile_name(kTestAccountId);
139 kTestAccountId,
166 kTestAccountId,
178 kTestAccountId,
183 kTestAccountId,
196 kTestAccountId, kTestUsername, GoogleServiceAuthError::AuthErrorNone());
230 provider.SetAuthError(kTestAccountId,
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc57 const char kTestAccountId[] = "username@gmail.com"; member in namespace:chromeos::__anon3324
150 params.email = kTestAccountId;
172 EXPECT_EQ(GetOAuthStatusFromLocalState(kTestAccountId),
175 EXPECT_TRUE(TryToLogin(kTestAccountId, kTestAccountPassword));
184 EXPECT_TRUE(token_service->RefreshTokenIsAvailable(kTestAccountId));
186 EXPECT_EQ(GetOAuthStatusFromLocalState(kTestAccountId),
265 userinfo_token_info.email = kTestAccountId;
273 userinfo_profile_token_info.email = kTestAccountId;
412 EXPECT_TRUE(token_service->RefreshTokenIsAvailable(kTestAccountId));
414 EXPECT_EQ(GetOAuthStatusFromLocalState(kTestAccountId),
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash_unittest.cc42 static const char kTestAccountId[] = "testuser@test.com"; member in namespace:ash::test::__anon4798
44 // Notification ID corresponding to kProfileSyncNotificationId + kTestAccountId.
104 profile_ = profile_manager_->CreateTestingProfile(kTestAccountId);

Completed in 134 milliseconds