Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java165 productName = mOutputDevInfo.getProductName().toString(); in showPeripheralStatus()
167 productName = mInputDevInfo.getProductName().toString(); in showPeripheralStatus()
208 mProfileManager.getProfile(mOutputDevInfo.getProductName().toString()); in scanPeripheralList()
211 mProfileManager.getProfile(mInputDevInfo.getProductName().toString()); in scanPeripheralList()
DUSBAudioPeripheralNotificationsTest.java107 "Headset INPUT Connected " + mUsbHeadsetInInfo.getProductName()); in showConnectedDevices()
114 "Headset OUTPUT Connected " + mUsbHeadsetOutInfo.getProductName()); in showConnectedDevices()
121 "USB DEVICE INPUT Connected " + mUsbDeviceInInfo.getProductName()); in showConnectedDevices()
128 "USB DEVICE OUTPUT Connected " + mUsbDeviceOutInfo.getProductName()); in showConnectedDevices()
DAudioLoopbackBaseActivity.java248 mInputDevInfo != null ? mInputDevInfo.getProductName().toString() in showConnectedAudioPeripheral()
251 mOutputDevInfo != null ? mOutputDevInfo.getProductName().toString() in showConnectedAudioPeripheral()
428 mInputDevInfo != null ? mInputDevInfo.getProductName().toString() : "None", in recordTestResults()
434 mOutputDevInfo != null ? mOutputDevInfo.getProductName().toString() : "None", in recordTestResults()
DAudioOutputRoutingNotificationsActivity.java97 CharSequence deviceName = routedDevice != null ? routedDevice.getProductName() : "none"; in onRoutingChanged()
DAudioInputRoutingNotificationsActivity.java100 CharSequence deviceName = routedDevice != null ? routedDevice.getProductName() : "none"; in onRoutingChanged()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java54 public String getProductName() { return mProductName; } in getProductName() method in PeripheralProfile
77 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
93 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
DProfileManager.java194 if (productName.equals(profile.getProductName())) { in getProfile()
/cts/tests/tests/media/src/android/media/cts/
DEnumDevicesTest.java123 CharSequence productName = deviceInfo.getProductName(); in test_devicesInfoFields()
DAudioTrackSurroundTest.java120 log(MTAG, "scanning devices, name = " + info.getProductName() in scanDevicesForEncodings()
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java88 fail("Permission to connect to " + device.getProductName() in runTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java189 fail("Permission to connect to " + device.getProductName() in onCreate()
1645 fail("Permission to connect to " + device.getProductName() in attachedTask()
2124 device.getProductName(); in enumerateDevices()