Searched defs:title (Results 1 - 25 of 113) sorted by relevance

12345

/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksAdapterItem.java22 public CharSequence title; field in class:BrowserBookmarksAdapterItem
H A DBookmarks.java102 ContentResolver cr, String url, String title) {
110 new String[] { url, title },
101 removeFromBookmarks(Context context, ContentResolver cr, String url, String title) argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DLayoutSelectorAdapter.java45 protected static void addItem(List<IconListItem> data, String title, int resource) { argument
46 IconListItem temp = new IconListItem(title, resource);
H A DIconListAdapter.java72 public IconListItem(String title, int resource) { argument
74 mTitle = title;
H A DAttachmentTypeSelectorAdapter.java82 protected static void addItem(List<IconListItem> data, String title, argument
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
91 public AttachmentListItem(String title, int resource, int command) { argument
92 super(title, resource);
H A DNumberPickerDialog.java62 int title) {
63 this(context, AlertDialog.THEME_HOLO_LIGHT, callBack, number, rangeMin, rangeMax, title);
78 int title) {
82 setTitle(title);
57 NumberPickerDialog(Context context, OnNumberSetListener callBack, int number, int rangeMin, int rangeMax, int title) argument
72 NumberPickerDialog(Context context, int theme, OnNumberSetListener callBack, int number, int rangeMin, int rangeMax, int title) argument
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DDialogActivity.java47 public void setHeading(CharSequence title) { argument
48 mTitleView.setText(title);
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DHTMLViewerActivity.java43 * This activity shows a loading progress bar in the window title and sets
44 * the window title to the title of the content.
79 // Setup callback support for title and progress bar
147 public void onReceivedTitle(WebView view, String title) { argument
148 HTMLViewerActivity.this.setTitle(title);
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java27 public void setTitle(String title) argument
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java59 CharSequence title, CharSequence message) {
74 dialog.setTitle(title);
56 showDisconnectDialog(Context context, AlertDialog dialog, DialogInterface.OnClickListener disconnectListener, CharSequence title, CharSequence message) argument
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigUiBase.java34 public void setTitle(CharSequence title); argument
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
H A DMockPackageManager.java67 * @param title the user-friendly title of the application (this is what
75 public void addPackage(final String title, ComponentName componentName, int appEnabledSetting, argument
77 // Set the application's title.
81 return title;
97 public void addPackage(final String title, ComponentName componentName) { argument
98 addPackage(title, componentName, PackageManager.COMPONENT_ENABLED_STATE_DEFAULT,
/packages/apps/Browser/tests/src/com/android/browser/
H A DBrowserProviderTests.java91 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22";
92 assertInsertQuery("http://www.example.com/sdaga", title, title);
96 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22";
98 assertInsertQuery("http://www.example.com/sdaga", title, query);
103 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22";
105 assertInsertQuery("http://www.example.com/sdaga", title, query);
112 private void assertInsertQuery(String url, String title, String query) { argument
113 addBookmark(url, title);
114 assertQueryReturns(url, title, quer
117 assertQueryReturns(String url, String title, String query) argument
146 addBookmark(String url, String title) argument
153 insertBookmark(String url, String title) argument
[all...]
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java48 final String title = "Title"; field in class:CalendarAppWidgetServiceTest
95 // allDay, begin, end, title, location, eventId
96 cursor.addRow(getRow(0, now + ONE_HOUR, now + TWO_HOURS, title, location, 0));
105 eventInfo.title = title;
133 eventInfo.title = title + i;
143 eventInfo.title = title + i;
147 // allDay, begin, end, title, locatio
284 getRow(int allDay, long begin, long end, String title, String location, long eventId) argument
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DStorage.java49 public static Uri addImage(ContentResolver resolver, String title, long date, argument
52 String path = generateFilepath(title);
69 values.put(ImageColumns.TITLE, title);
70 values.put(ImageColumns.DISPLAY_NAME, title + ".jpg");
105 public static Uri newImage(ContentResolver resolver, String title, argument
107 String path = generateFilepath(title);
136 String title, Location location, int orientation, byte[] jpeg,
139 String path = generateFilepath(title);
161 values.put(ImageColumns.TITLE, title);
162 values.put(ImageColumns.DISPLAY_NAME, title
135 updateImage(ContentResolver resolver, Uri uri, String title, Location location, int orientation, byte[] jpeg, int width, int height) argument
193 generateFilepath(String title) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMetaData.java32 String title, boolean defaultGroup, boolean favorites) {
37 this.mTitle = title;
31 GroupMetaData(String accountName, String accountType, String dataSet, long groupId, String title, boolean defaultGroup, boolean favorites) argument
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java32 String title, boolean isFirstGroupInAccount, int memberCount) {
37 mTitle = title;
31 GroupListItem(String accountName, String accountType, String dataSet, long groupId, String title, boolean isFirstGroupInAccount, int memberCount) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCustomMenu.java59 public void setTitle(CharSequence title) { argument
60 mButton.setText(title);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DApplicationInfo.java39 CharSequence title; field in class:ApplicationInfo
99 title = info.title.toString();
128 return "ApplicationInfo(title=" + title.toString() + ")";
135 Log.d(tag, " title=\"" + info.title + "\" iconBitmap="
H A DFolderInfo.java36 CharSequence title; field in class:FolderInfo
75 public void setTitle(CharSequence title) { argument
76 this.title = title;
78 listeners.get(i).onTitleChanged(title);
85 values.put(LauncherSettings.Favorites.TITLE, title.toString());
113 public void onTitleChanged(CharSequence title); argument
H A DShortcutInfo.java35 CharSequence title; field in class:ShortcutInfo
71 title = info.title.toString();
85 title = info.title.toString();
131 String titleStr = title != null ? title.toString() : null;
158 return "ShortcutInfo(title=" + title.toString() + "intent=" + intent + "id=" + this.id
168 Log.d(tag, " title
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DStorage.java52 public static Uri addImage(ContentResolver resolver, String title, long date, argument
55 String path = generateFilepath(title);
72 values.put(ImageColumns.TITLE, title);
73 values.put(ImageColumns.DISPLAY_NAME, title + ".jpg");
101 public static String generateFilepath(String title) { argument
102 return DIRECTORY + '/' + title + ".jpg";
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRootLayoutElementImpl.java29 private static final String TITLE_ATTRIBUTE_NAME = "title";
62 public void setTitle(String title) throws DOMException { argument
63 this.setAttribute(TITLE_ATTRIBUTE_NAME, title);
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
H A DTagCanon.java107 public String title; field in class:TagCanon.TagDescription
110 public TagDescription(String title, byte[] bytes) { argument
111 this.title = title;
119 public TagDescription(String title, NdefMessage[] msgs) { argument
120 this.title = title;
126 return title;
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DAlertDialogs.java46 * @param title The title string
56 public static AlertDialog createAlert(Context context, String title, int iconId, argument
61 builder.setTitle(title);
80 * @param title The title of the dialog
93 public static AlertDialog createEditDialog(Context context, String title, String text, argument
106 if (title != null) builder.setTitle(title);

Completed in 522 milliseconds

12345