Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManagerTest.kt155 val otherDevice = AudioDeviceAttributes( regex
163 muteAwaitListener.onUnmutedEvent(EVENT_CONNECTION, otherDevice, intArrayOf(USAGE_MEDIA))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusManagerTest.kt59 @Mock lateinit var otherDevice: InputDevice
100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false)
113 whenever(inputManager.getInputDevice(OTHER_DEVICE_ID)).thenReturn(otherDevice)
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDevice.java582 final MediaDevice otherDevice = (MediaDevice) obj; in equals() local
583 return otherDevice.getId().equals(getId()); in equals()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8635 int otherDevice = mIndexMap.keyAt(i); in setIndex() local
8636 if (AudioSystem.DEVICE_OUT_ALL_SCO_SET.contains(otherDevice)) { in setIndex()
8637 mIndexMap.put(otherDevice, index); in setIndex()