Searched refs:title (Results 101 - 125 of 131) sorted by relevance

123456

/frameworks/base/media/java/android/media/
H A DMediaScanner.java603 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
606 // inserting the title in to the database.
820 String title = values.getAsString(MediaStore.MediaColumns.TITLE);
821 if (title == null || TextUtils.isEmpty(title.trim())) {
822 title = MediaFile.getFileTitle(values.getAsString(MediaStore.MediaColumns.DATA));
823 values.put(MediaStore.MediaColumns.TITLE, title);
/frameworks/base/core/java/android/provider/
H A DSettings.java5668 * If this is empty, the title should be resolved at display time (use
5670 * title of a bookmark.)
5675 public static final String TITLE = "title";
5756 * @param title Bookmark title that is shown to the user; null if none
5757 * or it should be resolved to the intent's title.
5767 String title,
5780 if (title != null) values.put(TITLE, title);
5804 * Return the title a
5765 add(ContentResolver cr, Intent intent, String title, String folder, char shortcut, int ordering) argument
[all...]
H A DMediaStore.java165 * The name of the Intent-extra used to define the song title
167 public static final String EXTRA_MEDIA_TITLE = "android.intent.extra.title";
333 * The title of the content
336 public static final String TITLE = "title";
482 * The title of the content
485 public static final String TITLE = "title";
872 * @param title The name of the image
878 String title, String description) {
880 values.put(Images.Media.TITLE, title);
877 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java677 CharSequence title = r.getText(titleInt);
687 mThrottlingNotification.tickerText = title;
688 mThrottlingNotification.setLatestEventInfo(mContext, title, message, pi);
H A DWifiService.java1776 CharSequence title = mContext.getResources().getQuantityText(
1780 mNotification.tickerText = title;
1781 mNotification.setLatestEventInfo(mContext, title, details, mNotification.contentIntent);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java469 CharSequence title = r.getText(com.android.internal.R.string.tethered_notification_title);
480 mTetheredNotification.tickerText = title;
481 mTetheredNotification.setLatestEventInfo(mContext, title, message, pi);
H A DVpn.java410 String title = (label == null) ? mContext.getString(R.string.vpn_title) :
419 .setContentTitle(title)
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java262 TextView display = (TextView) view.findViewById(android.R.id.title);
H A DBaseRecipientAdapter.java947 * {@link android.R.id#title} is returned.
950 return android.R.id.title;
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1014 * @param title The title, typically retrieved from the ActivityInfo record
1026 CharSequence title, Activity parent, String id,
1032 info, title, parent, id,
1024 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java534 * title. Inform the Activity of the new title.
535 * @param title The new title of the document.
537 private void setTitle(String title) { argument
539 // title. We should try and cache the title if we can also keep it in
541 mCallbackProxy.onReceivedTitle(title);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java107 CharSequence title, Intent[] initialIntents, List<ResolveInfo> rList,
124 ap.mTitle = title;
106 onCreate(Bundle savedInstanceState, Intent intent, CharSequence title, Intent[] initialIntents, List<ResolveInfo> rList, boolean alwaysUseOption) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java1093 private void showDialog(String title, String message) { argument
1096 .setTitle(title)
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java208 mTrackTitle = (TextView) findViewById(R.id.title);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java166 "title TEXT," +
354 * Upgrade 31 clears the title for all quick launch shortcuts so the
361 db.execSQL("UPDATE bookmarks SET title = ''");
1772 final String title;
1793 title = info.loadLabel(packageManager).toString();
1796 title = "";
1805 values.put(Settings.Bookmarks.TITLE, title);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.java225 mTrackTitle = (TextView) findViewById(R.id.title);
H A DKeyguardHostView.java469 private void showDialog(String title, String message) { argument
471 .setTitle(title)
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2132 private void buildDialogue(CharSequence title, CharSequence[] names, argument
2134 mBuilder.setTitle(title);
2156 private void buildAndShowColorDialogue(int type, CharSequence title, int[] colors) { argument
2161 mBuilder.setTitle(title);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java836 "type: %d, organization: %s, department: %s, title: %s, isPrimary: %s", mType,
1876 * {@link OrganizationData} is created, whose title is set to null.
1913 // Create new first organization entry, with "null" title which may be
1932 // No OrganizatioData is available. Create another one, with "null" title, which may be
1938 * Set "title" value to the appropriate data. If there's more than one
1940 * does not have valid title value (not including empty but only null). If
1944 private void handleTitleValue(final String title) { argument
1948 addNewOrganization(null, null, title, null, DEFAULT_ORGANIZATION_TYPE, false);
1953 organizationData.mTitle = title;
1959 addNewOrganization(null, null, title, nul
[all...]
/frameworks/base/
H A DAndroid.mk630 -title "Android SDK" \
752 -title "Android SDK - Including hidden APIs."
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java234 /* Another feature is enabled and the user is trying to enable the custom title feature */
235 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
240 /* Custom title feature is enabled and the user is trying to enable another feature */
241 throw new AndroidRuntimeException("You cannot combine custom titles with other title features");
244 return false; // Ignore. No title dominates.
247 // Remove the action bar feature if we have no title. No title dominates.
339 public void setTitle(CharSequence title) { argument
341 mTitleView.setText(title);
343 mActionBar.setWindowTitle(title);
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1192 String title = titleAndSubtitle;
1195 title = titleAndSubtitle.substring(0, index);
1199 n.setLatestEventInfo(mContext, title, subtitle,
/frameworks/base/core/java/android/content/
H A DIntent.java429 * edit the title of a note. This could be implemented as a class that the
446 * edit the title of a note. It must be invoked on a specific note
448 * view and edit actions, but here displays and edits the title contained
451 * <p>In addition to supporting the default category as usual, our title editor
470 * displays and allows the user to edit the title associated
791 * <li>You can specify the title that will appear in the activity chooser.
811 * nice title given by the caller such as "Send this photo with:".
826 * title text to display in the chooser.
837 * target intent, also optionally supplying a title. If the target
846 * @param title Optiona
851 createChooser(Intent target, CharSequence title) argument
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css14 .title {
537 The following two styles can be used to replace the root node title
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java543 menu.title = ValueParser.retrieveAlphaId(ctlv);
605 // Create a new array for all the icons (title and items).

Completed in 473 milliseconds

123456