Home
last modified time | relevance | path

Searched refs:mSupportSandboxedDetectionService (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java327 private final boolean mSupportSandboxedDetectionService; field in AlwaysOnHotwordDetector
869 mSupportSandboxedDetectionService = supportSandboxedDetectionService; in AlwaysOnHotwordDetector()
879 if (mSupportSandboxedDetectionService) { in initialize()
919 if (!mSupportSandboxedDetectionService) { in updateState()
1386 return mSupportSandboxedDetectionService; in isUsingSandboxedDetectionService()