/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssItem.java | 24 public String title; field in RssItem 29 public RssItem(String url, String title){ in RssItem()
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 71 public final String title; field in StackOverflowXmlParser.Entry 75 private Entry(String title, String summary, String link) { in Entry() 87 String title = null; in readEntry() local 111 String title = readText(parser); in readTitle() local
|
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/ |
D | InputMethodSettingsInterface.java | 42 public void setInputMethodSettingsCategoryTitle(CharSequence title); in setInputMethodSettingsCategoryTitle() 56 public void setSubtypeEnablerTitle(CharSequence title); in setSubtypeEnablerTitle()
|
D | InputMethodSettingsFragment.java | 57 public void setInputMethodSettingsCategoryTitle(CharSequence title) { in setInputMethodSettingsCategoryTitle() 73 public void setSubtypeEnablerTitle(CharSequence title) { in setSubtypeEnablerTitle()
|
D | InputMethodSettingsImpl.java | 128 public void setInputMethodSettingsCategoryTitle(CharSequence title) { in setInputMethodSettingsCategoryTitle() 147 public void setSubtypeEnablerTitle(CharSequence title) { in setSubtypeEnablerTitle()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentAlertDialogSupport.java | 77 public static MyAlertDialogFragment newInstance(int title) { in newInstance() 87 int title = getArguments().getInt("title"); in onCreateDialog() local
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentAlertDialog.java | 76 public static MyAlertDialogFragment newInstance(int title) { in newInstance() 86 int title = getArguments().getInt("title"); in onCreateDialog() local
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
D | RssItem.java | 34 public RssItem(CharSequence title, CharSequence link, CharSequence description) { in RssItem() 60 public void setTitle(CharSequence title) { in setTitle()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/ |
D | DialogHelperImpl.java | 87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog() 100 String title = args.getString(KEY_TITLE); in handleOnCreateDialog() local
|
D | DialogHelper.java | 28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | List4.java | 118 public SpeechView(Context context, String title, String words) { in SpeechView() 140 public void setTitle(String title) { in setTitle()
|
D | List6.java | 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) { in SpeechView() 389 public void setTitle(String title) { in setTitle()
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
D | MusicRetriever.java | 115 String title; field in MusicRetriever.Item 119 public Item(long id, String artist, String title, String album, long duration) { in Item()
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
D | NoteEdit.java | 46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
|
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
D | NoteEdit.java | 46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
|
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
D | NotesDbAdapter.java | 120 public long createNote(String title, String body) { in createNote() 181 public boolean updateNote(long rowId, String title, String body) { in updateNote()
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
D | SimpleMenu.java | 57 public MenuItem add(CharSequence title) { in add() 65 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { in add() 76 private MenuItem addInternal(int itemId, int order, CharSequence title) { in addInternal() 151 public SubMenu addSubMenu(int groupId, int itemId, int order, CharSequence title) { in addSubMenu()
|
D | ActionBarActivity.java | 79 protected void onTitleChanged(CharSequence title, int color) { in onTitleChanged()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
D | SlidingPaneLayoutActivity.java | 169 public void setTitle(CharSequence title) {} in setTitle() 217 public void setTitle(CharSequence title) { in setTitle()
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NoteEditor.java | 271 String title = mCursor.getString(colTitleIndex); in onResume() local 470 String title=null; in performPaste() local 524 private final void updateNote(String text, String title) { in updateNote()
|