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

  /external/chromium_org/chrome/browser/search/
hotword_service_factory.cc 37 bool HotwordServiceFactory::IsHotwordAllowed(BrowserContext* context) {
39 return hotword_service && hotword_service->IsHotwordAllowed();
hotword_service.cc 205 // is enabled which is gated through the IsHotwordAllowed check.
206 if (IsHotwordAllowed())
316 // by the IsHotwordAllowed check. The check for IsHotwordAllowed() here
319 if (IsHotwordAllowed() &&
423 return (error_message_ == 0) && IsHotwordAllowed();
426 bool HotwordService::IsHotwordAllowed() {

Completed in 242 milliseconds