Searched refs:getDevices (Results 1 – 10 of 10) sorted by relevance
35 ImmutableSet<AudioDevice> getDevices() throws IOException; in getDevices() method
140 for (ITestDevice device : getDevices()) { in onTestRunStart()153 for (ITestDevice device : getDevices()) { in onTestRunEnd()
70 assertEquals(0, mJavaAudioSystemService.getDevices().size()); in getDevices_returnsEmptyList_noConfiguredDevices()92 ImmutableSet<AudioDevice> actualDevices = mJavaAudioSystemService.getDevices(); in getDevices_returnsProperDevices_twoConfiguredDevices()
66 doReturn(Arrays.asList(getDevice())).when(mContext).getDevices(); in setUp()
75 doReturn(Arrays.asList(getDevice())).when(mContext).getDevices(); in setUp()
70 doReturn(Arrays.asList(getDevice())).when(mContext).getDevices(); in setUp()
78 doReturn(Arrays.asList(getDevice())).when(mContext).getDevices(); in setUp()
79 public ImmutableSet<AudioDevice> getDevices() { in getDevices() method in JavaAudioSystemService
89 when(mInvocationContext.getDevices()) in setUp()