Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/
DMediaData.kt128 val custom1: MediaAction? = null, constant in com.android.systemui.media.controls.shared.model.MediaButton
140 R.id.action1 -> custom1 in getActionById()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessorTest.kt1743 assertThat(actions.custom1).isNotNull() in testPlaybackActions_hasPrevNext()
1744 assertThat(actions.custom1!!.contentDescription).isEqualTo(customDesc[1]) in testPlaybackActions_hasPrevNext()
1776 assertThat(actions.custom1).isNotNull() in testPlaybackActions_noPrevNext_usesCustom()
1777 assertThat(actions.custom1!!.contentDescription).isEqualTo(customDesc[3]) in testPlaybackActions_noPrevNext_usesCustom()
1832 assertThat(actions.custom1).isNotNull() in testPlaybackActions_reservedSpace()
1833 assertThat(actions.custom1!!.contentDescription).isEqualTo(customDesc[1]) in testPlaybackActions_reservedSpace()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanelTest.kt523 custom1 = MediaAction(icon, null, "custom 1", bg) in <lambda>()
575 custom1 = MediaAction(icon, null, "custom 1", bg), in <lambda>()
607 custom1 = MediaAction(icon, null, "custom 1", bg), in <lambda>()
1671 MediaButton(custom1 = MediaAction(null, Runnable {}, "custom 1", null)) in <lambda>()