Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DSoundTriggerHw2Compat.java196 } catch (NotSupported e) { in getPropertiesInternal()
229 } catch (NotSupported ee) { in loadSoundModel()
265 } catch (NotSupported ee) { in loadPhraseSoundModel()
317 } catch (NotSupported ee) { in startRecognition()
333 } catch (NotSupported e) { in forceRecognitionEvent()
350 } catch (NotSupported e) { in getModelParameter()
364 } catch (NotSupported e) { in setModelParameter()
381 } catch (NotSupported e) { in queryParameter()
494 } catch (NotSupported e) { in startRecognition_2_1()
519 android.hardware.soundtrigger.V2_1.ISoundTriggerHw as2_1() throws NotSupported { in as2_1()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImpl.kt42 import com.android.systemui.statusbar.pipeline.satellite.data.prod.SatelliteSupport.NotSupported in <lambda>()
101 data object NotSupported : SatelliteSupport in <lambda>() object
244 satelliteSupport.value = NotSupported
298 satelliteSupport.value = NotSupported in listenForChangesToSatelliteSupport()
519 NotSupported in checkSatelliteSupported()
532 continuation.resume(NotSupported) in checkSatelliteSupported()
544 continuation.resume(NotSupported) in checkSatelliteSupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/quickaffordance/
DActivationState.kt23 object NotSupported : ActivationState() object in com.android.systemui.keyguard.shared.quickaffordance.ActivationState
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorTest.kt259 assertThat(visibleModel.activationState).isEqualTo(ActivationState.NotSupported) in quickAffordance_bottomEndAffordanceIsVisible()
469 activationState = ActivationState.NotSupported, in select()
503 activationState = ActivationState.NotSupported, in select()
534 activationState = ActivationState.NotSupported, in select()
544 activationState = ActivationState.NotSupported, in select()
606 activationState = ActivationState.NotSupported, in unselect_one()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceConfig.kt133 val activationState: ActivationState = ActivationState.NotSupported,
DMuteQuickAffordanceConfig.kt87 ActivationState.NotSupported to R.string.volume_ringer_hint_mute in <lambda>()