Searched refs:custom0 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/ |
D | MediaData.kt | 126 val custom0: MediaAction? = null, constant in com.android.systemui.media.controls.shared.model.MediaButton 139 R.id.action0 -> custom0 in getActionById()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessorTest.kt | 1740 assertThat(actions.custom0).isNotNull() in testPlaybackActions_hasPrevNext() 1741 assertThat(actions.custom0!!.contentDescription).isEqualTo(customDesc[0]) in testPlaybackActions_hasPrevNext() 1773 assertThat(actions.custom0).isNotNull() in testPlaybackActions_noPrevNext_usesCustom() 1774 assertThat(actions.custom0!!.contentDescription).isEqualTo(customDesc[2]) in testPlaybackActions_noPrevNext_usesCustom() 1829 assertThat(actions.custom0).isNotNull() in testPlaybackActions_reservedSpace() 1830 assertThat(actions.custom0!!.contentDescription).isEqualTo(customDesc[0]) in testPlaybackActions_reservedSpace()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanelTest.kt | 522 custom0 = MediaAction(icon, null, "custom 0", bg), in <lambda>() 574 custom0 = MediaAction(icon, null, "custom 0", bg), in <lambda>() 606 custom0 = MediaAction(icon, null, "custom 0", bg), in <lambda>() 1658 MediaButton(custom0 = MediaAction(null, Runnable {}, "custom 0", null)) in <lambda>() 2480 custom0 = in <lambda>() 2503 custom0 = in <lambda>()
|