Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java34 private String mProductName = ""; // From AudioDeviceInfo field in PeripheralProfile
54 public String getProductName() { return mProductName; } in getProductName()
77 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
93 mProductName = outDeviceInfo.getProductName().toString(); in PeripheralProfile()
181 mProductName = atts.getValue(kAttr_Product); in startElement()