Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java237 final int mInDeviceType; // TYPE_BUILTIN_MIC for example field in AudioDataPathsBaseActivity.TestModule
360 mInDeviceType = inDeviceType; in TestModule()
433 return AudioDeviceUtils.getShortDeviceTypeName(mInDeviceType); in getInDeviceName()
562 String deviceName = AudioDeviceUtils.getShortDeviceTypeName(mInDeviceType); in formatInputAttributes()
951 mInDeviceType, in generateReportLog()
1117 if (testModule.mInDeviceType == AudioDeviceInfo.TYPE_BUILTIN_MIC in validateTestDevices()
1120 } else if (testModule.mInDeviceType == devInfo.getType()) { in validateTestDevices()