HomeSort by relevance Sort by last modified time
    Searched refs:activityType (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 564 IType activityType = javaProject.findType(CLASS_ACTIVITY);
565 if (activityType != null) {
567 activityType.newTypeHierarchy(javaProject, new NullProgressMonitor());
568 activityTypes = hierarchy.getAllSubtypes(activityType);
671 IType activityType = javaProject.findType(CLASS_ACTIVITY);
672 if (activityType != null) {
673 IMethod method = activityType.getMethod(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 793 IType activityType = null;
796 activityType = javaProject.findType(CLASS_ACTIVITY);
798 if (activityType == null) {
801 activityType = p.findType(CLASS_ACTIVITY);
802 if (activityType != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 646 IType activityType = null;
649 activityType = javaProject.findType(CLASS_ACTIVITY);
650 if (activityType != null) {
651 scope = SearchEngine.createHierarchyScope(activityType);
668 if (!ok && activityType != null) {
    [all...]

Completed in 200 milliseconds