Searched refs:hasCustomAudioInputSupport (Results 1 – 6 of 6) sorted by relevance
145 assertThat(virtualDevice.hasCustomAudioInputSupport()).isFalse(); in virtualDevice_hasCustomAudioInputSupport()148 when(mVirtualDevice.hasCustomAudioInputSupport()).thenReturn(false); in virtualDevice_hasCustomAudioInputSupport()149 assertThat(virtualDevice.hasCustomAudioInputSupport()).isFalse(); in virtualDevice_hasCustomAudioInputSupport()151 when(mVirtualDevice.hasCustomAudioInputSupport()).thenReturn(true); in virtualDevice_hasCustomAudioInputSupport()152 assertThat(virtualDevice.hasCustomAudioInputSupport()).isTrue(); in virtualDevice_hasCustomAudioInputSupport()
170 public boolean hasCustomAudioInputSupport() { in hasCustomAudioInputSupport() method in VirtualDevice172 return mVirtualDevice.hasCustomAudioInputSupport(); in hasCustomAudioInputSupport()
92 boolean hasCustomAudioInputSupport(); in hasCustomAudioInputSupport() method
2068 && !virtualDevice.hasCustomAudioInputSupport()) in resolveDeviceIdForPermissionCheck()
1363 public boolean hasCustomAudioInputSupport() throws RemoteException { in hasCustomAudioInputSupport() method in VirtualDeviceImpl
3421 method public boolean hasCustomAudioInputSupport();