Home | History | Annotate | Download | only in widget

Lines Matching defs:ComponentName

19 import android.content.ComponentName;
467 ComponentName chosenName = new ComponentName(
541 ComponentName defaultName = new ComponentName(
771 public final ComponentName activity;
791 this(ComponentName.unflattenFromString(activityName), time, weight);
801 public HistoricalRecord(ComponentName activityName, long time, float weight) {