Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java90 protected static final String CONSTRAINED_KEY = "should_constrain"; field in AssistManager
200 hints.getBoolean(CONSTRAINED_KEY, false)) in registerVoiceInteractionSessionListener()