Home
last modified time | relevance | path

Searched defs:NotSupported (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/quickaffordance/
H A DActivationState.kt23 object NotSupported : ActivationState() regex
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHw2Compat.java547 private static class NotSupported extends Exception { class in SoundTriggerHw2Compat
548 NotSupported(String message) { in NotSupported() method in SoundTriggerHw2Compat.NotSupported