Searched refs:getCustomActions (Results 1 – 5 of 5) sorted by relevance
72 mCustomizationManager.getCustomActions(CustomizationManager.ID_PARTNER_ROW); in createMenuRow()82 mCustomizationManager.getCustomActions(CustomizationManager.ID_OPTIONS_ROW), in createMenuRow()
77 protected List<CustomAction> getCustomActions() { in getCustomActions() method in CustomizableOptionsRowAdapter
523 public List<RawCustomPlaybackAction> getCustomActions() { in getCustomActions() method in PlaybackViewModel.PlaybackStateWrapper528 for (PlaybackStateCompat.CustomAction action : mState.getCustomActions()) { in getCustomActions()
268 public List<CustomAction> getCustomActions(String rowId) { in getCustomActions() method in CustomizationManager
235 imageButtons.addAll(state.getCustomActions() in updateCustomActions()