Home
last modified time | relevance | path

Searched defs:customDesc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
H A DLegacyMediaDataManagerImplTest.kt1713 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4") in testPlaybackActions_hasPrevNext() constant
1757 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4", "custom 5") in testPlaybackActions_noPrevNext_usesCustom() constant
1810 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4") in testPlaybackActions_reservedSpace() constant
H A DMediaDataProcessorTest.kt1724 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4") in testPlaybackActions_hasPrevNext() constant
1768 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4", "custom 5") in testPlaybackActions_noPrevNext_usesCustom() constant
1887 val customDesc = arrayOf("custom 1", "custom 2", "custom 3", "custom 4") in testPlaybackActions_reservedSpace() constant
/aosp_15_r20/system/libfmq/fuzzer/
H A Dfmq_fuzzer.cpp343 std::optional<Desc> customDesc(getDesc<Queue, Desc>(writeMq, fdp)); in fuzzWithReaders() local