HomeSort by relevance Sort by last modified time
    Searched defs:getShortDescription (Results 26 - 28 of 28) sorted by null

12

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 459 aDep.getShortDescription()));
468 ai2.getShortDescription()));
486 addText(source.getShortDescription());
508 adep.getShortDescription());
519 adep.getShortDescription());
541 ai2.getShortDescription(),
542 adep.getShortDescription());
556 adep.getShortDescription(),
557 ai2.getShortDescription());
730 String desc = ai.getShortDescription();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 225 public String getShortDescription() {
293 * Similar to {@link #getShortDescription()} but styles the Strings.
366 StringBuilder sb = new StringBuilder(getShortDescription());
374 sb.insert(0, String.format("%1$s > ", uiNode.getShortDescription())); //$NON-NLS-1$
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java     [all...]

Completed in 279 milliseconds

12