Searched refs:typeFqcn (Results 1 – 7 of 7) sorted by relevance
102 @NonNull String typeFqcn, in moveType() argument112 IType type = javaProject.findType(typeFqcn); in moveType()113 assertNotNull(typeFqcn, type); in moveType()114 assertTrue(typeFqcn, type.exists()); in moveType()116 assertNotNull(typeFqcn, resource); in moveType()117 assertTrue(typeFqcn, resource.exists()); in moveType()
138 @NonNull String typeFqcn, in renameType() argument145 IType type = javaProject.findType(typeFqcn); in renameType()146 assertNotNull(typeFqcn, type); in renameType()147 assertTrue(typeFqcn, type.exists()); in renameType()
665 String typeFqcn = "R.layout"; //$NON-NLS-1$ in guessActivities() local667 typeFqcn = pkg + '.' + typeFqcn; in guessActivities()670 IType type = javaProject.findType(typeFqcn); in guessActivities()806 String typeFqcn = "R.layout"; //$NON-NLS-1$ in guessActivityBySetContentView() local808 typeFqcn = mPackage + '.' + typeFqcn; in guessActivityBySetContentView()
151 void setType(String typeFqcn) { in setType() argument152 mTypeFqcn = typeFqcn; in setType()
170 void setType(String typeFqcn) { in setType() argument171 mTypeFqcn = typeFqcn; in setType()
171 void setType(String typeFqcn) { in setType() argument172 mTypeFqcn = typeFqcn; in setType()
965 String typeFqcn = ClassContext.getFqcn(name);966 IType type = javaProject.findType(typeFqcn);1014 String typeFqcn = ClassContext.getFqcn(name);1015 IType type = javaProject.findType(typeFqcn);