Searched refs:title (Results 351 - 375 of 426) sorted by relevance

<<1112131415161718

/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
H A DBaseViewPagerTest.java86 * class as it is independent on the specific pager title implementation (interactive or non
89 * Testing logic that does depend on the specific pager title implementation is pushed into the
103 public void add(String title, Q content) { argument
104 mEntries.add(new Pair<>(title, content));
213 public void add(String title, Integer content) { argument
214 super.add(title, content);
566 // Check that the title strip spans the whole width of the pager and is aligned to
573 // the title strip
582 // Check that the title strip shows the expected number of children (tab titles)
587 // Check that the title fo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java521 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE);
525 // Some apps just put the app name into the title
526 CharSequence titleOrText = TextUtils.equals(title, appName) ? text : title;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java615 String title = "title";
624 mContextFixture.putResource(com.android.internal.R.string.wfcRegErrorTitle, title);
639 assertEquals(title, intent.getValue().getStringExtra(Phone.EXTRA_KEY_ALERT_TITLE));
/frameworks/support/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java694 .setTitle("Single title"))
785 CharSequence title = mGridSummaries.get(0, "");
792 .setTitle(title,
793 updating || TextUtils.isEmpty(title))
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java694 .setTitle("Single title"))
785 CharSequence title = mGridSummaries.get(0, "");
792 .setTitle(title,
793 updating || TextUtils.isEmpty(title))
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertController.java204 /* We use a custom title so never request a window title */
246 public void setTitle(CharSequence title) { argument
247 mTitle = title;
249 mTitleView.setText(title);
353 * Specifies the icon to display next to the alert title.
373 * Specifies the icon to display next to the alert title.
472 // Install custom content before setting up the title or buttons so
508 // Only clip scrolling content to padding if we have a title.
513 // Only show the divider if we have a title
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java693 if (name.equalsIgnoreCase("title") || name.startsWith("title;")) {
696 // inserting the title in to the database.
921 String title = values.getAsString(MediaStore.MediaColumns.TITLE);
922 if (title == null || TextUtils.isEmpty(title.trim())) {
923 title = MediaFile.getFileTitle(values.getAsString(MediaStore.MediaColumns.DATA));
924 values.put(MediaStore.MediaColumns.TITLE, title);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1636 CharSequence title = intent.getCharSequenceExtra(EXTRA_KEY_ALERT_TITLE);
1644 resultIntent.putExtra(EXTRA_KEY_ALERT_TITLE, title);
1656 .setContentTitle(title)
1745 final CharSequence title = mContext.getText(
1771 intent.putExtra(EXTRA_KEY_ALERT_TITLE, title);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java230 /* We use a custom title so never request a window title */
278 public void setTitle(CharSequence title) { argument
279 mTitle = title;
281 mTitleView.setText(title);
395 * Specifies the icon to display next to the alert title.
415 * Specifies the icon to display next to the alert title.
518 // Install custom content before setting up the title or buttons so
555 // Only clip scrolling content to padding if we have a title.
560 // Only show the divider if we have a title
[all...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java481 // title.txt and description.txt entries.
798 * @param title bugreport name as provided by the user
805 String name, String title, String description,
840 if (!TextUtils.isEmpty(title)) {
841 assertZipContent(zipUri, "title.txt", title);
1115 assertEquals("Wrong title", mContext.getString(R.string.bugreport_info_dialog_title,
1118 titleField = mUiBot.getVisibleObjectById("com.android.shell:id/title");
1135 assertField("title", titleField, expected);
803 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent, int id, int pid, String subject, String name, String title, String description, int numberScreenshots, boolean renamedScreenshots) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java1203 int title = R.string.zen_upgrade_notification_title;
1208 title = R.string.zen_upgrade_notification_visd_title;
1219 .setContentTitle(mContext.getResources().getString(title))
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
H A DTextListItemTest.java168 item0.setTitle("title");
613 final String updatedTitle = "updated title";
616 item0.setTitle("original title");
685 item0.setTitle("title");
689 item1.setTitle("title");
706 singleLine.setTitle("title");
712 doubleLine.setTitle("title");
773 String title = "updated title";
774 item.setTitle(title);
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java2425 * The window title isn't kept in sync with what is displayed in the title bar, so we
2426 * separately track the currently shown title to provide to accessibility.
2501 public final void setTitle(CharSequence title) { argument
2502 if (null == title)
2503 title = "";
2505 mTitle = TextUtils.stringOrSpannedString(title);
2921 Log.d("Debug", "WindowManager.LayoutParams={title=" + mTitle + "}");
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java350 // Another feature is enabled and the user is trying to enable the custom title feature
351 // or custom title feature is enabled and the user is trying to enable another feature
353 "You cannot combine custom titles with other title features");
356 return false; // Ignore. No title dominates.
359 // Remove the action bar feature if we have no title. No title dominates.
536 public void setTitle(CharSequence title) { argument
537 setTitle(title, true);
540 public void setTitle(CharSequence title, boolean updateAccessibilityTitle) { argument
542 mTitleView.setText(title);
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java332 textView = (TextView) itemView.findViewById(android.R.id.title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetail.java101 mQsDetailHeaderTitle = (TextView) mQsDetailHeader.findViewById(android.R.id.title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java139 mTitle = (TextView) mView.findViewById(com.android.internal.R.id.title);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java798 final CharSequence title;
802 title = r.getText(com.android.internal.R.string.tethered_notification_title);
805 title = r.getText(com.android.internal.R.string.disable_tether_notification_title);
820 .setContentTitle(title)
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java3297 final CharSequence title = getWindowTag();
3298 if (title != null) {
3299 proto.write(TITLE, title.toString());
3513 final CharSequence title = getWindowTag();
3514 if (mStringNameCache == null || mLastTitle != title || mWasExiting != mAnimatingExit) {
3515 mLastTitle = title;
3876 windowInfo.title = mAttrs.accessibilityTitle;
3877 // Panel windows have no public way to set the a11y title directly. Use the
3878 // regular title as a fallback.
3882 // the a11y title themselve
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java404 * {@link android.R.id#title} is returned.
407 return android.R.id.title;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java3617 CharSequence title = "";
3632 title = context.getText(com.android.internal.R.string.RestrictedOnDataTitle);
3643 title = context.getText(com.android.internal.R.string.RestrictedOnAllVoiceTitle);
3651 title = context.getText(com.android.internal.R.string.RestrictedOnNormalTitle);
3659 title = context.getText(com.android.internal.R.string.RestrictedOnEmergencyTitle);
3678 title = context.getString(resId, mSubId);
3686 + ", title: " + title + ", details: " + details + ", subId: " + mSubId);
3693 .setTicker(title)
3696 .setContentTitle(title)
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java181 * The name of the Intent-extra used to define the song title
183 public static final String EXTRA_MEDIA_TITLE = "android.intent.extra.title";
417 * The title of the content
420 public static final String TITLE = "title";
574 * The title of the content
577 public static final String TITLE = "title";
966 * @param title The name of the image
972 String title, String description) {
974 values.put(Images.Media.TITLE, title);
1361 * The resource URI of a localized title, i
971 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
[all...]
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierImpl.java590 LabeledIntent(String title, String description, Intent intent, int requestCode) { argument
591 mTitle = title;
/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto329 optional string title = 3 [ (.android.privacy).dest = DEST_EXPLICIT ];
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java240 String title = mContext.getString(R.string.battery_low_title);
255 .setContentTitle(title)

Completed in 947 milliseconds

<<1112131415161718