HomeSort by relevance Sort by last modified time
    Searched full:suggestedname (Results 1 - 4 of 4) sorted by null

  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 146 String suggestedname; local
147 suggestedname = String.format(template, num++);
160 if (playlistname.compareToIgnoreCase(suggestedname) == 0) {
161 suggestedname = String.format(template, num++);
168 return suggestedname;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 55 public InputPage(IProject project, IFile sourceFile, String suggestedName) {
59 mSuggestedName = suggestedName;
ExtractStyleWizard.java 96 public InputPage(IProject project, String suggestedName) {
99 mSuggestedName = suggestedName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 131 String suggestedName = String.format(mValues.type.getDefaultNameFormat(), replace);
132 mNameText.setText(suggestedName);
133 mValues.outputName = suggestedName;
137 int start = suggestedName.indexOf(replace);

Completed in 97 milliseconds