Home | History | Annotate | Download | only in launcher3

Lines Matching full:componentname

19 import android.content.ComponentName;
43 public ComponentName componentName;
62 this.componentName = info.getComponentName();
75 componentName = info.componentName;
82 return super.dumpProperties() + " componentName=" + componentName;
90 return new ComponentKey(componentName, user);
97 public static Intent makeLaunchIntent(ComponentName cn) {