Searched defs:objects (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
H A DNewItemSelectionDialog.java203 * @param objects The currently selected items. Only the first one is used if it is an
206 private void setLastUsedXmlName(Object[] objects) { argument
208 objects != null &&
209 objects.length > 0 &&
210 objects[0] instanceof ElementDescriptor) {
211 ElementDescriptor desc = (ElementDescriptor) objects[0];
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
H A DAdtPlugin.java996 * @param objects the objects to print through their <code>toString</code> method.
998 public static synchronized void printErrorToConsole(String tag, Object... objects) { argument
1000 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, objects);
1008 * @param objects the objects to print through their <code>toString</code> method.
1010 public static void printErrorToConsole(Object... objects) { argument
1011 printErrorToConsole((String)null, objects);
1017 * @param objects the objects t
1019 printErrorToConsole(IProject project, Object... objects) argument
1033 printBuildToConsole(BuildVerbosity level, IProject project, Object... objects) argument
1048 printToConsole(String tag, Object... objects) argument
1059 printToConsole(IProject project, Object... objects) argument
1833 printToStream(MessageConsoleStream stream, String tag, Object... objects) argument
[all...]

Completed in 174 milliseconds