Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java212 Map<String, NotificationCompat.Action> createCustomActions(Context context, int instanceId); in createCustomActions() method
637 ? customActionReceiver.createCustomActions(context, instanceId) in PlayerNotificationManager()