Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java179 final String mDeviceNativeType; field in AudioServiceEvents.DeviceVolumeEvent
189 mDeviceNativeType = "0x" + Integer.toHexString(device.getInternalType()); in DeviceVolumeEvent()
200 .set(MediaMetrics.Property.DEVICE, mDeviceNativeType) in DeviceVolumeEvent()
211 .append(" device:").append(mDeviceNativeType) in eventToString()