Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt1071 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in <lambda>() method
1090 nextCustomAction() in <lambda>()
1099 nextCustomAction() in <lambda>()
1108 nextCustomAction(), in <lambda>()
1109 nextCustomAction(), in <lambda>()
DLegacyMediaDataManagerImpl.kt1125 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in createActionsFromState() method
1144 nextCustomAction() in createActionsFromState()
1153 nextCustomAction() in createActionsFromState()
1162 nextCustomAction(), in createActionsFromState()
1163 nextCustomAction(), in createActionsFromState()