Searched refs:otherDevice (Results 1 – 5 of 5) sorted by relevance
155 val otherDevice = AudioDeviceAttributes( in onUnmutedEvent_notSameDevice_localMediaManagerNotNotified() constant163 muteAwaitListener.onUnmutedEvent(EVENT_CONNECTION, otherDevice, intArrayOf(USAGE_MEDIA)) in onUnmutedEvent_notSameDevice_localMediaManagerNotNotified()
59 @Mock lateinit var otherDevice: InputDevice in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false) in <lambda>()113 whenever(inputManager.getInputDevice(OTHER_DEVICE_ID)).thenReturn(otherDevice) in <lambda>()
560 final MediaDevice otherDevice = (MediaDevice) obj; in equals() local561 return otherDevice.getId().equals(getId()); in equals()
99 Path otherDevice = Path.of(testDir.getPath(), "otherDevice"); in defaultNativeScanner_getHidrawNodePaths_returnsHidrawPaths() local100 Path[] nodePaths = {hidrawNode0, hidrawNode1, otherDevice}; in defaultNativeScanner_getHidrawNodePaths_returnsHidrawPaths()
9012 int otherDevice = mIndexMap.keyAt(i); in setIndex() local9013 if (AudioSystem.DEVICE_OUT_ALL_SCO_SET.contains(otherDevice)) { in setIndex()9014 mIndexMap.put(otherDevice, index); in setIndex()