Searched defs:CustomAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/customization/
H A DCustomAction.java27 public class CustomAction implements Comparable<CustomAction> { class in inherits:Comparable
35 public CustomAction(int positionPriority, String title, Drawable iconDrawable, Intent intent) { method in class:CustomAction
53 public int compareTo(@NonNull CustomAction another) {

Completed in 51 milliseconds