OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLASS_BRIDGE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidConstants.java
201
public final static String
CLASS_BRIDGE
= "com.android.layoutlib.bridge.Bridge"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java
673
Class<?> clazz = layoutBridge.classLoader.loadClass(AndroidConstants.
CLASS_BRIDGE
);
687
AdtPlugin.log(IStatus.ERROR, "Failed to load " + AndroidConstants.
CLASS_BRIDGE
); //$NON-NLS-1$
Completed in 30 milliseconds