Searched refs:getProductName (Results 1 – 13 of 13) sorted by relevance
176 productName = mOutputDevInfo.getProductName().toString(); in showPeripheralStatus()178 productName = mInputDevInfo.getProductName().toString(); in showPeripheralStatus()219 mProfileManager.getProfile(mOutputDevInfo.getProductName().toString()); in scanPeripheralList()222 mProfileManager.getProfile(mInputDevInfo.getProductName().toString()); in scanPeripheralList()
105 "Headset INPUT Connected " + mUsbHeadsetInInfo.getProductName()); in showConnectedDevices()112 "Headset OUTPUT Connected " + mUsbHeadsetOutInfo.getProductName()); in showConnectedDevices()119 "USB DEVICE INPUT Connected " + mUsbDeviceInInfo.getProductName()); in showConnectedDevices()126 "USB DEVICE OUTPUT Connected " + mUsbDeviceOutInfo.getProductName()); in showConnectedDevices()
142 Log.i(TAG, " " + deviceInfo.getProductName() + " type:" + deviceInfo.getType()); in handleDeviceConnection()
193 Log.i(TAG, " " + deviceInfo.getProductName() + " type:" + deviceInfo.getType()); in detectHDMIDevice()
400 + " " + mSelectedInput.getProductName()); in displayTestResults()415 + " " + mSelectedOutput.getProductName()); in displayTestResults()
645 devInfo.getProductName().toString(); in scanPeripheralList()658 mTestSpecs[TESTROUTE_USB].mDeviceName = devInfo.getProductName().toString(); in scanPeripheralList()
54 public String getProductName() { return mProductName; } in getProductName() method in PeripheralProfile77 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()93 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
192 if (productName.equals(profile.getProductName())) { in getProfile()
124 CharSequence productName = deviceInfo.getProductName(); in test_devicesInfoFields()
88 fail("Permission to connect to " + device.getProductName() in runTest()
116 sb.append(deviceInfo.getProductName()); in formatDeviceName()
192 fail("Permission to connect to " + device.getProductName() in onCreate()1661 fail("Permission to connect to " + device.getProductName() in attachedTask()2140 device.getProductName(); in enumerateDevices()
20607 method @Nullable public String getProductName();21166 method public CharSequence getProductName();