Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java231 final int mOutDeviceType; // TYPE_BUILTIN_SPEAKER for example field in AudioDataPathsBaseActivity.TestModule
355 mOutDeviceType = outDeviceType; in TestModule()
429 return AudioDeviceUtils.getShortDeviceTypeName(mOutDeviceType); in getOutDeviceName()
554 String deviceName = AudioDeviceUtils.getShortDeviceTypeName(mOutDeviceType); in formatOutputAttributes()
926 mOutDeviceType, in generateReportLog()
1099 if (testModule.mOutDeviceType == AudioDeviceInfo.TYPE_BUILTIN_SPEAKER in validateTestDevices()
1102 } else if (testModule.mOutDeviceType == devInfo.getType()) { in validateTestDevices()