Searched refs:mInDeviceType (Results 1 – 1 of 1) sorted by relevance
237 final int mInDeviceType; // TYPE_BUILTIN_MIC for example field in AudioDataPathsBaseActivity.TestModule360 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()