Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DApplicationInfoPage.java77 private Label mTestApplicationLabel; field in ApplicationInfoPage
153 mTestApplicationLabel = new Label(container, SWT.NONE); in createControl()
154 mTestApplicationLabel.setText("Test Application:"); in createControl()
177 mTestApplicationLabel.setVisible(visible); in showTestOptions()
187 mTestApplicationLabel.setEnabled(enabled); in enableTestOptions()