Searched refs:TestConfiguration (Results 1 – 4 of 4) sorted by relevance
94 class TestConfiguration { class in AudioDisconnectActivity117 TestConfiguration(int direction, int sampleRate, int numChannels, int options) { in TestConfiguration() method in AudioDisconnectActivity.TestConfiguration166 sb.append("" + (mDirection == TestConfiguration.IO_INPUT ? "IN" : "OUT") in toString()199 private ArrayList<TestConfiguration> mTestConfigs = new ArrayList<TestConfiguration>();213 mTestConfigs.add(new TestConfiguration(TestConfiguration.IO_OUTPUT, in setTestConfigs()215 TestConfiguration.OPTION_LOWLATENCY)); in setTestConfigs()216 mTestConfigs.add(new TestConfiguration(TestConfiguration.IO_OUTPUT, in setTestConfigs()218 TestConfiguration.OPTION_LOWLATENCY in setTestConfigs()219 | TestConfiguration.OPTION_MMAP)); in setTestConfigs()220 mTestConfigs.add(new TestConfiguration(TestConfiguration.IO_OUTPUT, in setTestConfigs()[all …]
19 import static android.theme.app.TestConfiguration.LAYOUTS;20 import static android.theme.app.TestConfiguration.THEMES;
19 import static android.theme.app.TestConfiguration.THEMES;
28 public class TestConfiguration { class