Searched refs:title (Results 26 - 50 of 277) sorted by relevance

1234567891011>>

/packages/apps/Launcher2/src/com/android/launcher2/
H A DApplicationInfo.java94 title = info.title.toString();
117 return "ApplicationInfo(title=" + title.toString() + ")";
124 Log.d(tag, " title=\"" + info.title + "\" iconBitmap="
H A DIconCache.java44 public String title; field in class:IconCache.CacheEntry
157 application.title = entry.title;
202 entry.title = labelCache.get(key).toString();
204 entry.title = info.loadLabel(mPackageManager).toString();
206 labelCache.put(key, entry.title);
209 if (entry.title == null) {
210 entry.title = info.activityInfo.name;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DAbstractSettingPopup.java40 mTitle = (TextView) findViewById(R.id.title);
H A DInLineSettingRestore.java26 /* A restore setting is simply showing the restore title. */
35 ((TextView) findViewById(R.id.title)).setText(
/packages/apps/Mms/src/com/android/mms/ui/
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.java61 int title) {
62 this(context, AlertDialog.THEME_HOLO_LIGHT, callBack, number, rangeMin, rangeMax, title);
77 int title) {
81 setTitle(title);
56 NumberPickerDialog(Context context, OnNumberSetListener callBack, int number, int rangeMin, int rangeMax, int title) argument
71 NumberPickerDialog(Context context, int theme, OnNumberSetListener callBack, int number, int rangeMin, int rangeMax, int title) argument
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java81 String title; field in class:CalendarAppWidgetModel.EventInfo
101 builder.append(", title=");
102 builder.append(title);
129 result = prime * result + ((title == null) ? 0 : title.hashCode());
157 if (title == null) {
158 if (other.title != null)
160 } else if (!title.equals(other.title))
285 final String title
354 populateEventInfo(long eventId, boolean allDay, long start, long end, int startDay, int endDay, String title, String location, int color, int selfStatus) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DNotificationStation.java189 public CharSequence title; field in class:NotificationStation.HistoricalNotificationInfo
215 info.title = sbn.getNotification().extras.getString(Notification.EXTRA_TITLE);
216 if (info.title == null || "".equals(info.title)) {
217 info.title = sbn.getNotification().extras.getString(Notification.EXTRA_TEXT);
220 if (info.title == null || "".equals(info.title)) {
221 info.title = sbn.getNotification().tickerText;
224 if (info.title == null || "".equals(info.title)) {
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DExportProcessor.java115 // Need concise title.
152 final String title =
155 doFinishNotification(title, null);
161 final String title =
163 doFinishNotification(title, null);
180 final String title =
183 doFinishNotification(title, null);
203 final String title = mService.getString(R.string.exporting_vcard_finished_title,
205 doFinishNotification(title, null);
258 private void doFinishNotification(final String title, fina argument
[all...]
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/
H A DBP2TestCaseHelper.java146 public Uri insertBookmark(String url, String title) { argument
148 values.put(BrowserContract.Bookmarks.TITLE, title);
162 public boolean updateBookmark(Uri uri, String url, String title) { argument
164 values.put(BrowserContract.Bookmarks.TITLE, title);
183 public Uri insertHistory(String url, String title) { argument
185 values.put(BrowserContract.History.TITLE, title);
194 public boolean updateHistory(Uri uri, String url, String title) { argument
196 values.put(BrowserContract.History.TITLE, title);
/packages/apps/Gallery2/src/com/android/camera/
H A DStorage.java80 public static Uri addImage(ContentResolver resolver, String title, argument
84 String path = generateFilepath(title);
94 return addImage(resolver, title, date, location, orientation,
99 public static Uri addImage(ContentResolver resolver, String title, argument
104 values.put(ImageColumns.TITLE, title);
105 values.put(ImageColumns.DISPLAY_NAME, title + ".jpg");
142 public static String generateFilepath(String title) { argument
143 return DIRECTORY + '/' + title + ".jpg";
H A DMediaSaveService.java85 public void addImage(final byte[] data, String title, long date, Location loc, argument
92 ImageSaveTask t = new ImageSaveTask(data, title, date,
126 private String title; field in class:MediaSaveService.ImageSaveTask
135 public ImageSaveTask(byte[] data, String title, long date, Location loc, argument
139 this.title = title;
158 resolver, title, date, loc, orientation, exif, data, width, height);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionMenu.java58 public void setTitle(CharSequence title) { argument
59 mButton.setText(title);
/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/QuickSearchBox/src/com/android/quicksearchbox/
H A DDialogActivity.java47 public void setHeading(CharSequence title) { argument
48 mTitleView.setText(title);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageItemPreference.java38 Context context, CharSequence title, int colorRes, int userHandle) {
52 setTitle(title);
37 StorageItemPreference( Context context, CharSequence title, int colorRes, int userHandle) argument
/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/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java96 View vTextView = item.findViewById(R.id.title);
99 textView.setText(data.title);
146 private final TitleComparator title; field in class:AlbumDataAdapter.RecencyComparator
148 title = new TitleComparator();
154 return title.compare(a, b);
164 return a.title.compareTo(b.title);
180 if (DEBUG) Log.i(TAG, data.title + " is " +
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperListAdapter.java104 holder.title = (TextView) convertView.findViewById(R.id.title);
116 if (holder.title != null && wallpaperInfo.info != null) {
117 holder.title.setText(wallpaperInfo.info.loadLabel(mPackageManager));
119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail,
134 TextView title; field in class:LiveWallpaperListAdapter.ViewHolder
210 String title = info.loadLabel(packageManager).toString();
216 canvas.drawText(title, (int) (thumbWidth * 0.5),
/packages/apps/Email/src/com/android/email/activity/
H A DAttachmentInfoDialog.java37 private static final String BUNDLE_TITLE = "title";
47 String title = res.getString(R.string.attachment_info_dialog_default_title);
71 title = res.getString(R.string.attachment_info_dialog_wifi_title);
80 args.putString(BUNDLE_TITLE, title);
92 String title = args.getString(BUNDLE_TITLE);
112 builder.setTitle(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);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaAdapter.java70 TextView title; field in class:AgendaAdapter.ViewHolder
121 holder.title = (TextView) view.findViewById(R.id.title);
136 holder.title.setTextColor(mDeclinedColor);
141 holder.title.setTextColor(mStandardColor);
168 holder.title.setTextColor(mStandardColor);
174 TextView title = holder.title;
189 title.setText(titleString);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserWebView.java108 public void setTitleBar(TitleBar title) { argument
109 mTitleBar = title;
120 public void onSetEmbeddedTitleBar(final View title) { argument
/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java71 // remove window title
72 View title = findViewById(com.android.internal.R.id.title);
73 title.setVisibility(View.GONE);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferAdapter.java83 // Set title
85 String title = cursor.getString(
87 if (title == null) {
88 title = mContext.getString(R.string.unknown_file);
90 tv.setText(title);

Completed in 4072 milliseconds

1234567891011>>