Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManager.kt66 val isMostRecentDevice = currentMutedDevice == device in onUnmutedEvent() constant
68 device.address, device.name, mutedUsages.hasMedia(), isMostRecentDevice in onUnmutedEvent()
70 if (isMostRecentDevice && mutedUsages.hasMedia()) { in onUnmutedEvent()
DMediaMuteAwaitLogger.kt34 isMostRecentDevice: Boolean in logMutedDeviceRemoved()
42 bool2 = isMostRecentDevice in logMutedDeviceRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManagerTest.kt208 DEVICE_ADDRESS, DEVICE_NAME, hasMediaUsage = true, isMostRecentDevice = false in onUnmutedEvent_notMostRecentDevice_isLogged()
221 DEVICE_ADDRESS, DEVICE_NAME, hasMediaUsage = true, isMostRecentDevice = true in onUnmutedEvent_isMostRecentDevice_isLogged()