Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputMetricLogger.java44 private MediaDevice mSourceDevice, mTargetDevice; field in MediaOutputMetricLogger
64 mSourceDevice = source; in updateOutputEndPoints()
69 + " source:" + mSourceDevice.toString() in updateOutputEndPoints()
85 if (mSourceDevice == null && mTargetDevice == null) { in logOutputItemSuccess()
93 getLoggingDeviceType(mSourceDevice, true), in logOutputItemSuccess()
199 if (mSourceDevice == null && mTargetDevice == null) { in logOutputItemFailure()
207 getLoggingDeviceType(mSourceDevice, true), in logOutputItemFailure()