Searched refs:label1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAction.java59 * @param label1 The label to display on the first line of the Action.
62 public Action(long id, CharSequence label1, CharSequence label2) { argument
63 this(id, label1, label2, null);
70 * @param label1 The label to display on the first line of the Action.
74 public Action(long id, CharSequence label1, CharSequence label2, Drawable icon) { argument
76 setLabel1(label1);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java5915 private static boolean dumpTimeEstimate(PrintWriter pw, String label1, String label2, argument
5920 pw.print(label1);

Completed in 110 milliseconds