Home | History | Annotate | Download | only in widget

Lines Matching refs:activityName

794          * @param activityName The activity component name flattened to string.
798 public HistoricalRecord(String activityName, long time, float weight) {
799 this(ComponentName.unflattenFromString(activityName), time, weight);
805 * @param activityName The activity name.
809 public HistoricalRecord(ComponentName activityName, long time, float weight) {
810 this.activity = activityName;