Searched refs:productName (Results 1 – 4 of 4) sorted by relevance
85 public static String extractDeviceName(String productName) { in extractDeviceName() argument86 return productName.startsWith(kUSBPrefix) in extractDeviceName()87 ? productName.substring(kUSBPrefix.length()) in extractDeviceName()88 : productName; in extractDeviceName()
190 public PeripheralProfile getProfile(String productName) { in getProfile() argument192 if (productName.equals(profile.getProductName())) { in getProfile()
174 String productName = ""; in showPeripheralStatus() local176 productName = mOutputDevInfo.getProductName().toString(); in showPeripheralStatus()178 productName = mInputDevInfo.getProductName().toString(); in showPeripheralStatus()182 ctrlText = productName + " - UNSUPPORTED"; in showPeripheralStatus()184 ctrlText = productName; in showPeripheralStatus()
124 CharSequence productName = deviceInfo.getProductName(); in test_devicesInfoFields() local125 assertNotNull(productName); in test_devicesInfoFields()126 assertTrue(productName.length() != 0); in test_devicesInfoFields()