Searched refs:otherDevice (Results 1 – 4 of 4) sorted by relevance
155 val otherDevice = AudioDeviceAttributes( regex163 muteAwaitListener.onUnmutedEvent(EVENT_CONNECTION, otherDevice, intArrayOf(USAGE_MEDIA))
59 @Mock lateinit var otherDevice: InputDevice100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false)113 whenever(inputManager.getInputDevice(OTHER_DEVICE_ID)).thenReturn(otherDevice)
582 final MediaDevice otherDevice = (MediaDevice) obj; in equals() local583 return otherDevice.getId().equals(getId()); in equals()
8635 int otherDevice = mIndexMap.keyAt(i); in setIndex() local8636 if (AudioSystem.DEVICE_OUT_ALL_SCO_SET.contains(otherDevice)) { in setIndex()8637 mIndexMap.put(otherDevice, index); in setIndex()