Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationTest.java83 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true)); in test()
85 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), false)); in test()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java473 return ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true); in computeDisplayName()
DConfigurationChooser.java1064 mDeviceCombo.setText(getDeviceLabel(device, true)); in selectDevice()
1272 public static String getDeviceLabel(@Nullable Device device, boolean brief) { in getDeviceLabel() method in ConfigurationChooser
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java1028 screenConfig.setDisplayName(ConfigurationChooser.getDeviceLabel(device, true)); in addScreenSizePreviews()