/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()
|
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/ |
D | DataFragment.java | 55 public void appendItem(String title, String text) { in appendItem() 101 String title; field in DataFragment.Event 104 public Event(String title, String text) { in Event()
|
/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
|
D | StatusBarNotifications.java | 198 CharSequence title = getText(R.string.status_bar_notifications_mood_title); in setMood() local 255 CharSequence title = getText(R.string.status_bar_notifications_mood_title); in setDefault() 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/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | ContentFragment.java | 40 public static ContentFragment newInstance(CharSequence title, int indicatorColor, in newInstance() 66 TextView title = (TextView) view.findViewById(R.id.item_title); in onViewCreated() local
|
/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/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
D | FeedParser.java | 130 String title = null; in readEntry() local 267 public final String title; field in FeedParser.Entry 271 Entry(String id, String title, String link, long published) { in Entry()
|
/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()
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | BasicNotificationDisplayActivity.java | 34 String title = getIntent().getStringExtra(EXTRA_TITLE); in onCreate() local
|
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/ |
D | NotificationUpdateService.java | 96 String title = dataMap.getString(Constants.KEY_TITLE); in onDataChanged() local 118 private void buildWearableOnlyNotification(String title, String content, in buildWearableOnlyNotification()
|
/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/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | SynchronizedNotificationsFragment.java | 97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification() 123 private void buildWearableOnlyNotification(String title, String content, String path) { in buildWearableOnlyNotification()
|
/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/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/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/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/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()
|