Home
last modified time | relevance | path

Searched refs:isPlatform (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAvdCompatibility.java50 if (projectTarget.isPlatform()) { in canRun()
DDeviceChooserDialog.java164 return mProjectTarget.isPlatform() ? in getColumnImage()
372 if (mProjectTarget.isPlatform()) { in createDialogArea()
DAndroidLaunchController.java480 if (projectTarget.isPlatform()) { // means this can run on any device as long in launch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectPage.java188 if (target.isPlatform() in createControl()
209 } else if (target.isPlatform() in createControl()
389 if (target.isPlatform() == false && in getCompilationTargets()
571 if (!target.isPlatform()) { in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java542 if (!projectTarget.isPlatform() && projectTarget.hasRenderingLibrary()) { in findDefaultRenderTarget()
567 if (!target.isPlatform()) { in findDefaultRenderTarget()
DConfiguration.java884 && t.isPlatform()) { in loadRenderState()
DConfigurationChooser.java1250 if (target.isPlatform()) { in getRenderingTargetLabel()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfoTest.java394 public boolean isPlatform() { in isPlatform() method in ManifestInfoTest.TestAndroidTarget
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java826 if (target.isPlatform()) {
951 if (target.isPlatform()) {
985 if (target.isPlatform()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java324 if (!target.isPlatform()) { in checkTemplate()
437 if (!target.isPlatform()) { in checkProjectWithActivity()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DSdkSelectionPage.java455 if (target.isPlatform() in onSdkLoaded()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java269 if (!t.isPlatform()) { in createProject()