Searched refs:title (Results 151 - 175 of 277) sorted by relevance

1234567891011>>

/packages/apps/Gallery2/src/com/android/photos/
H A DAlbumFragment.java91 TextView title = (TextView) mHeaderView.findViewById(R.id.album_header_title);
93 title.setText(mAlbumTitle);
/packages/apps/Gallery2/tests/src/com/android/photos/data/
H A DPhotoDatabaseUtils.java112 public static boolean insertAlbum(SQLiteDatabase db, Long parentId, String title, argument
116 values.put(Albums.TITLE, title);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControl.java81 // Preset the current mode from the title of preference group.
82 String title = group.getTitle();
83 if (title.equals(getContext().getString(
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilMediaElementImpl.java184 return this.getAttribute("title");
244 public void setTitle(String title) throws DOMException { argument
245 this.setAttribute("title", title);
H A DSmilRegionElementImpl.java40 private static final String TITLE_ATTRIBUTE_NAME = "title";
227 public void setTitle(String title) throws DOMException { argument
228 this.setAttribute(TITLE_ATTRIBUTE_NAME, title);
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListItem.java100 public void bind(String title, String explain) { argument
101 mFromView.setText(title);
H A DSearchActivity.java54 * matches. The item contains the contact (or phone number) as the "title" and a
315 final TextView title = (TextView)(view.findViewById(R.id.title));
322 title.setText(titleString);
/packages/apps/Music/src/com/android/music/
H A DAlbumBrowserActivity.java354 CharSequence title = null;
361 title = "";
365 title = mCurrentAlbumName;
370 title = title + " " + mCurrentArtistNameForAlbum;
373 // unknown, the query and title strings will have at least one of those.
375 title = getString(R.string.mediasearch, title);
378 startActivity(Intent.createChooser(i, title));
H A DArtistAlbumBrowserActivity.java464 CharSequence title = null;
472 title = mCurrentArtistName;
478 title = query = mCurrentArtistNameForAlbum;
480 title = query = mCurrentAlbumName;
489 title = getString(R.string.mediasearch, title);
492 startActivity(Intent.createChooser(i, title));
/packages/apps/Settings/src/com/android/settings/
H A DSettingsLicenseActivity.java142 // so set it invisible to avoid displaying the title text in the background.
162 CharSequence title = getText(R.string.settings_license_activity_title);
165 ProgressDialog pd = ProgressDialog.show(this, title, msg, true, false);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java196 String title = context.getString(R.string.bluetooth_disconnect_title);
205 mDisconnectDialog, disconnectListener, title, Html.fromHtml(message));
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java80 // Remove the default title, customized one is used.
266 // Display title & title icon
275 if (mStkMenu.title == null) {
278 mTitleTextView.setText(mStkMenu.title);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeGroupsXLarge.java86 public void onGroupSelected(String title) { argument
87 getContactsList().setGroupMode(title);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExternalDictionaryGetterForDebug.java99 final String title = String.format(
103 .setTitle(title)
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java152 final String title = organization.getTitle();
154 // We need to show company and title in a combined string. However, if the
156 // is empty title). Make sure we don't show what's already shown as DisplayName
158 combined = displayNameIsOrganization ? null : title;
160 if (TextUtils.isEmpty(title)) {
164 combined = title;
168 company, title);
384 * Sets the company and job title of this contact to the given {@link TextView}. If
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestActivity.java391 String title; field in class:IngestActivity.ProgressState
396 title = null;
438 mProgressState.title = getResources().getString(R.string.ingest_importing);
465 if (mProgressState.title != null) {
466 dialog.setTitle(mProgressState.title);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java136 icon.mFolderName.setText(folderInfo.title);
144 folderInfo.title));
635 public void onTitleChanged(CharSequence title) { argument
636 mFolderName.setText(title.toString());
638 title));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java180 protected long createGroup(Account account, String sourceId, String title) { argument
181 return createGroup(account, sourceId, title, 1, false, false);
184 protected long createGroup(Account account, String sourceId, String title, int visible) { argument
185 return createGroup(account, sourceId, title, visible, false, false);
193 protected long createGroup(Account account, String sourceId, String title, argument
197 values.put(Groups.TITLE, title);
635 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) { argument
639 long actualRowId = assertGroup(c, rowId, account, sourceId, title);
669 protected long assertGroup(Cursor c, Long rowId, Account account, String sourceId, String title) { argument
673 assertNullOrEquals(c, title, Group
1267 private final String title; field in class:BaseContactsProvider2Test.GoldenContact
1386 private String title; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1444 public GoldenContactBuilder title(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
[all...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPicasaSource.java52 private static final String PICASA_TITLE = "title";
389 data.title = mPostsAlbumName;
391 data.title = mUploadsAlbumName;
393 data.title = cursor.getString(titleIndex);
395 data.title = mUnknownAlbumName;
398 log(TAG, "found " + data.title + "(" + data.id + ")" +
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java176 * specified by its name (or "title"). All of the event fields (the
403 String title = cursor.getString(titleColumn);
415 title, date);
508 public EventInfo(String title, String startDate, String endDate, argument
510 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
514 public EventInfo(String title, String startDate, String endDate, argument
516 init(title, startDate, endDate, allDay, timezone);
519 public void init(String title, String startDate, String endDate, argument
521 mTitle = title;
542 public EventInfo(String title, Strin argument
548 EventInfo(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
553 init(String title, String description, String startDate, String endDate, String rrule, boolean allDay, String timezone) argument
585 EventInfo(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String customPackageName, String customPackageUri, String mUid2445) argument
593 init(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String timezone, String customPackageName, String customPackageUri, String uid2445) argument
1216 deleteMatchingEvents(String title, String account, String accountType) argument
1237 updateMatchingEvents(String title, ContentValues values) argument
1305 updateMatchingEventsStatusOnly(String title, ContentValues values) argument
2762 checkEvent(int eventId, String title, long dtStart, long dtEnd, boolean allDay) argument
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java607 // Handle normal group, with title and checkbox
766 final CharSequence title = child.getTitle(this);
768 menu.setHeaderTitle(title);
772 handleRemoveSync(account, child, syncMode, title);
779 final int syncMode, CharSequence title) {
786 R.string.display_warn_remove_ungrouped, title);
812 final CharSequence title = child.getTitle(this);
813 menu.add(title).setOnMenuItemClickListener(new OnMenuItemClickListener() {
778 handleRemoveSync(final AccountDisplay account, final GroupDelta child, final int syncMode, CharSequence title) argument
/packages/apps/Email/src/com/android/email/activity/
H A DActionBarController.java109 /** The current title mode, which should be one of {@code Callback TITLE_MODE_*} */
430 * Update the "title" part.
475 // Use two line title action bar mode
481 final SpannableString title = new SpannableString(subject);
483 title.setSpan(new TextAppearanceSpan(mContext, R.style.subject_action_bar_title_text),
485 builder.append(title);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java85 final String title = arguments.getString(Intent.EXTRA_TITLE);
86 if (title != null) {
87 mTitle = title;
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java303 mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title);
329 ((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name);
1040 ((TextView) mHeaderView.findViewById(android.R.id.title))
1183 String title = mImageView.getContext().getString( R.string.user_image_take_photo);
1184 AdapterItem item = new AdapterItem(title, POPUP_LIST_ITEM_ID_TAKE_PHOTO);
1189 String title = context.getString(R.string.user_image_choose_photo);
1190 AdapterItem item = new AdapterItem(title, POPUP_LIST_ITEM_ID_CHOOSE_PHOTO);
1294 final String title; field in class:AppRestrictionsFragment.EditUserPhotoController.AdapterItem
1297 public AdapterItem(String title, int id) { argument
1298 this.title
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DBookmarkItem.java56 mTextView = (TextView) findViewById(R.id.title);

Completed in 1666 milliseconds

1234567891011>>