Searched defs:typeFqcn (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
H A DAndroidTypeMoveParticipantTest.java102 @NonNull String typeFqcn,
112 IType type = javaProject.findType(typeFqcn);
113 assertNotNull(typeFqcn, type);
114 assertTrue(typeFqcn, type.exists());
116 assertNotNull(typeFqcn, resource);
117 assertTrue(typeFqcn, resource.exists());
100 moveType( @onNull Object[] testData, @NonNull String typeFqcn, @NonNull String destination, boolean updateReferences, @NonNull String expected) argument
H A DAndroidTypeRenameParticipantTest.java138 @NonNull String typeFqcn,
145 IType type = javaProject.findType(typeFqcn);
146 assertNotNull(typeFqcn, type);
147 assertTrue(typeFqcn, type.exists());
136 renameType( @onNull Object[] testData, @NonNull String typeFqcn, boolean updateReferences, @NonNull String newName, @NonNull String expected) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DChangeLayoutRefactoring.java171 void setType(String typeFqcn) { argument
172 mTypeFqcn = typeFqcn;
H A DChangeViewRefactoring.java151 void setType(String typeFqcn) { argument
152 mTypeFqcn = typeFqcn;
H A DWrapInRefactoring.java170 void setType(String typeFqcn) { argument
171 mTypeFqcn = typeFqcn;

Completed in 411 milliseconds