HomeSort by relevance Sort by last modified time
    Searched defs:IsServiceAvailable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search/
hotword_service_factory.cc 31 bool HotwordServiceFactory::IsServiceAvailable(BrowserContext* context) {
33 return hotword_service && hotword_service->IsServiceAvailable();
hotword_service.cc 378 bool HotwordService::IsServiceAvailable() {
489 if (!IsServiceAvailable() || (client_ && client_ != client))
501 if (!IsServiceAvailable())

Completed in 909 milliseconds