Home
last modified time | relevance | path

Searched refs:mIsSource (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DAudioDeviceInfoBuilder.java36 private boolean mIsSource; field in AudioDeviceInfoBuilder
54 mIsSource = isSource; in setIsSource()
65 when(audioDeviceInfo.isSource()).thenReturn(mIsSource); in build()
66 when(audioDeviceInfo.isSink()).thenReturn(!mIsSource); in build()
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/audio/
DAudioDeviceInfoBuilder.java30 private boolean mIsSource; field in AudioDeviceInfoBuilder
61 mIsSource = isSource; in setIsSource()
75 when(audioDeviceInfo.isSource()).thenReturn(mIsSource); in build()