Searched refs:getCustomActions (Results 1 – 6 of 6) 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
78 sb.append(", custom actions=").append(playbackState.getCustomActions()); in playbackStateCompatToString()
147 : mPlaybackState.getCustomActions(); in updateCustomActionsWithPlaybackState()
268 public List<CustomAction> getCustomActions(String rowId) { in getCustomActions() method in CustomizationManager
241 if (playbackState.getCustomActions().size() > (MAX_ACTIONS_IN_DEFAULT_LAYOUT - count)) { in updatePlaybackState()