Home | History | Annotate | Download | only in gaia

Lines Matching refs:HasTokenForService

112   EXPECT_FALSE(service_.HasTokenForService("nonexistent service"));
116 EXPECT_FALSE(service_.HasTokenForService("nonexistent service"));
150 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
154 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
158 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
165 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
166 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
173 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kTalkService));
182 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
187 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
199 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
202 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
205 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
206 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
224 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
225 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
229 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
230 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kTalkService));
237 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
238 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
304 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
308 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
314 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
315 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
324 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kSyncService));
333 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
334 EXPECT_FALSE(service_.HasTokenForService(GaiaConstants::kTalkService));
345 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
363 EXPECT_TRUE(service_.HasTokenForService("my_service"));