HomeSort by relevance Sort by last modified time
    Searched defs:applicationName (Results 1 - 14 of 14) sorted by null

  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/elements/
ApplicationGroup.java 48 private Text applicationName = null;
96 applicationName = new Text(packageComposite, SWT.BORDER);
98 applicationName.setLayoutData(data);
99 applicationName.setFont(mainComposite.getParent().getFont());
100 applicationName.setText(DEFAULT_APP_NAME);
179 applicationName.addModifyListener(new ModifyListener()
185 project.setApplicationName(applicationName.getText());
186 if (applicationName.isFocusControl())
188 userChosenApplicationName = applicationName.getText();
239 applicationName.setEnabled(enabled)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizardState.java 54 public String applicationName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 79 public String applicationName;
256 if (applicationName == null || applicationName.length() == 0 ||
259 applicationName = newActivityName;
270 if (applicationName == null || applicationName.length() == 0 ||
272 applicationName = newPackageName;
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
StudioAndroidConfigurationDelegate.java 122 String applicationName = client.getClientData().getClientDescription();
123 if (applicationName != null)
127 if (home.equals(applicationName))
169 String applicationName = clientData.getClientDescription();
172 if (((appToLaunch != null) && (applicationName != null))
173 && applicationName.equals(appToLaunch.substring(0,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-media-1.0.jar 
gdata-youtube-2.0.jar 
gdata-core-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 457 milliseconds