Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/model/
DAudioOutputDevice.kt35 data class Wired( dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractor.kt104 return AudioOutputDevice.Wired( in <lambda>()
125 AudioOutputDevice.Wired( in <lambda>()
/frameworks/base/data/keyboards/
DVendor_0e6f_Product_02a4.kl16 # PDP Wired Controller for Xbox One - Stealth Series
DVendor_0e6f_Product_0133.kl16 # Xbox 360 Wired Controller
DVendor_0e6f_Product_0146.kl16 # Rock Candy Wired Controller for Xbox One
DVendor_0738_Product_4716.kl16 # Mad Catz Wired Xbox 360 Controller
DVendor_24c6_Product_541a.kl16 # PowerA Xbox One Mini Wired Controller
DVendor_0e6f_Product_011f.kl16 # Rock Candy Gamepad Wired Controller
DVendor_0e6f_Product_02a6.kl16 # PDP Wired Controller for Xbox One - Camo Series
DVendor_0e6f_Product_0139.kl16 # Afterglow Prismatic Wired Controller
DVendor_0e6f_Product_0201.kl16 # Pelican PL-3601 'TSZ' Wired Xbox 360 Controller
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractorTest.kt118 assertThat(device).isInstanceOf(AudioOutputDevice.Wired::class.java) in inCall_wired_returnsCommunicationDevice()
193 assertThat(device).isInstanceOf(AudioOutputDevice.Wired::class.java) in notInCall_wired_returnsMediaDevice()