Searched refs:activityType (Results 1 – 3 of 3) sorted by relevance
704 IType activityType = javaProject.findType(CLASS_ACTIVITY); in getProjectActivities() local705 if (activityType != null) { in getProjectActivities()707 activityType.newTypeHierarchy(javaProject, new NullProgressMonitor()); in getProjectActivities()708 activityTypes = hierarchy.getAllSubtypes(activityType); in getProjectActivities()811 IType activityType = javaProject.findType(CLASS_ACTIVITY); in guessActivityBySetContentView() local812 if (activityType != null) { in guessActivityBySetContentView()813 IMethod method = activityType.getMethod( in guessActivityBySetContentView()
793 IType activityType = null; in chooseActivity() local796 activityType = javaProject.findType(CLASS_ACTIVITY); in chooseActivity()798 if (activityType == null) { in chooseActivity()801 activityType = p.findType(CLASS_ACTIVITY); in chooseActivity()802 if (activityType != null) { in chooseActivity()807 if (activityType != null) { in chooseActivity()809 ITypeHierarchy hierarchy = activityType.newTypeHierarchy(monitor); in chooseActivity()810 IType[] classes = hierarchy.getAllSubtypes(activityType); in chooseActivity()
668 IType activityType = null; in openOnClickMethod() local671 activityType = javaProject.findType(CLASS_ACTIVITY); in openOnClickMethod()672 if (activityType != null) { in openOnClickMethod()673 scope = SearchEngine.createHierarchyScope(activityType); in openOnClickMethod()690 if (!ok && activityType != null) { in openOnClickMethod()