Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 69) sorted by relevance

123

/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssItem.java24 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/
DStackOverflowXmlParser.java71 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/
DInputMethodSettingsInterface.java42 public void setInputMethodSettingsCategoryTitle(CharSequence title); in setInputMethodSettingsCategoryTitle()
56 public void setSubtypeEnablerTitle(CharSequence title); in setSubtypeEnablerTitle()
DInputMethodSettingsFragment.java57 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/
DDataFragment.java55 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/
DFragmentAlertDialog.java76 public static MyAlertDialogFragment newInstance(int title) { in newInstance()
86 int title = getArguments().getInt("title"); in onCreateDialog() local
DStatusBarNotifications.java198 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/
DRssItem.java34 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/
DContentFragment.java40 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/
DDialogHelperImpl.java87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog()
100 String title = args.getString(KEY_TITLE); in handleOnCreateDialog() local
DDialogHelper.java28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java130 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/
DList4.java118 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/
DBasicNotificationDisplayActivity.java34 String title = getIntent().getStringExtra(EXTRA_TITLE); in onCreate() local
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java96 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/
DMusicRetriever.java115 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/
DSynchronizedNotificationsFragment.java97 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/
DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
DNotesDbAdapter.java120 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/
DNoteEdit.java46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); in onCreate() local
DNotesDbAdapter.java120 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/
DNotesDbAdapter.java120 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/
DNotesDbAdapter.java120 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/
DNotesDbAdapter.java120 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/
DNotesDbAdapter.java120 public long createNote(String title, String body) { in createNote()
181 public boolean updateNote(long rowId, String title, String body) { in updateNote()

123