Searched defs:IsServiceAvailable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dhotword_service_factory.cc31 bool HotwordServiceFactory::IsServiceAvailable(BrowserContext* context) { function in class:HotwordServiceFactory
33 return hotword_service && hotword_service->IsServiceAvailable();
H A Dhotword_service.cc378 bool HotwordService::IsServiceAvailable() { function in class:HotwordService
489 if (!IsServiceAvailable() || (client_ && client_ != client))
501 if (!IsServiceAvailable())

Completed in 96 milliseconds