Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java174 final String mDeviceNativeType; field in AudioServiceEvents.DeviceVolumeEvent
184 mDeviceNativeType = "0x" + Integer.toHexString(device.getInternalType()); in DeviceVolumeEvent()
195 .set(MediaMetrics.Property.DEVICE, mDeviceNativeType) in DeviceVolumeEvent()
206 .append(" device:").append(mDeviceNativeType) in eventToString()