OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeFqcn
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java
525
String
typeFqcn
= "R.layout"; //$NON-NLS-1$
527
typeFqcn
= pkg + '.' +
typeFqcn
;
530
IType type = javaProject.findType(
typeFqcn
);
666
String
typeFqcn
= "R.layout"; //$NON-NLS-1$
668
typeFqcn
= mPackage + '.' +
typeFqcn
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java
[
all
...]
Completed in 425 milliseconds