Searched refs:mIsSource (Results 1 – 2 of 2) sorted by relevance
36 private boolean mIsSource; field in AudioDeviceInfoBuilder54 mIsSource = isSource; in setIsSource()65 when(audioDeviceInfo.isSource()).thenReturn(mIsSource); in build()66 when(audioDeviceInfo.isSink()).thenReturn(!mIsSource); in build()
30 private boolean mIsSource; field in AudioDeviceInfoBuilder61 mIsSource = isSource; in setIsSource()75 when(audioDeviceInfo.isSource()).thenReturn(mIsSource); in build()