Home
last modified time | relevance | path

Searched defs:configName (Results 1 – 6 of 6) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceManager.java201 public void addUserConfiguration(LayoutDevice device, String configName, in addUserConfiguration()
238 public void removeUserConfiguration(LayoutDevice device, String configName) { in removeUserConfiguration()
DLayoutDevice.java123 private void saveConfigTo(Document doc, Element parent, String configName, in saveConfigTo()
/development/tools/anttasks/src/com/android/ant/
DAaptExecLoopTask.java155 private void createPackage(String configName, String resourceFilter) { in createPackage()
DApkBuilderTask.java286 private void createApk(ApkBuilderImpl apkBuilder, String configName, String resourceFilter, in createApk()
/development/simulator/app/
DPrefsDialog.cpp213 wxTextCtrl* configName = new wxTextCtrl(panel, IDC_SPREFS_CONFIG_NAME, in CreateSimulatorPage() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigManagerDialog.java526 private void select(LayoutDevice device, String configName) { in select()