Home | History | Annotate | Download | only in editors

Lines Matching defs:fqcn

187     /** Regular expression matching a FQCN for a view class */
287 String fqcn = getActivityClassFqcn(context);
288 return AdtPlugin.openJavaClass(project, fqcn);
290 String fqcn = getServiceClassFqcn(context);
291 return AdtPlugin.openJavaClass(project, fqcn);
377 /** Returns the FQCN for a class declaration at the given context */