Searched refs:title (Results 376 - 400 of 426) sorted by relevance

<<1112131415161718

/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaControllerCompatCallbackTest.java684 public void onQueueTitleChanged(CharSequence title) { argument
687 mTitle = title;
/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaControllerCompatCallbackTest.java683 public void onQueueTitleChanged(CharSequence title) { argument
686 mTitle = title;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java353 private static final String ATTR_TITLE = "title";
1311 final CharSequence title;
1315 title = res.getText(R.string.data_usage_warning_title);
1334 title = res.getText(R.string.data_usage_mobile_limit_title);
1337 title = res.getText(R.string.data_usage_wifi_limit_title);
1355 title = res.getText(R.string.data_usage_mobile_limit_snoozed_title);
1358 title = res.getText(R.string.data_usage_wifi_limit_snoozed_title);
1377 title = res.getText(R.string.data_usage_rapid_title);
1401 builder.setTicker(title);
1402 builder.setContentTitle(title);
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java378 // Start the session activity when a content item (album art, title or subtitle) is clicked.
650 // This includes title bar, button bar, and dialog's vertical padding which should be
983 CharSequence title = mDescription == null ? null : mDescription.getTitle();
984 boolean hasTitle = !TextUtils.isEmpty(title);
1008 mTitleView.setText(title);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java219 CharSequence title = intent.getCharSequenceExtra(Intent.EXTRA_TITLE);
221 if (title == null) {
279 super.onCreate(savedInstanceState, target, title, defaultTitleRes, initialIntents,
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java891 final String[] title = new String[]{title1};
902 menu.add(Menu.NONE /* group */, itemId, 0 /* order */, title[0]);
922 // Change the menu item title.
923 title[0] = title2;
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java78 private static final String ATTR_TITLE = "title";
1508 String title;
1534 title = ShortcutService.parseStringAttribute(parser, ATTR_TITLE);
1617 title, titleResId, titleResName, text, textResId, textResName,
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java371 // Start the session activity when a content item (album art, title or subtitle) is clicked.
643 // This includes title bar, button bar, and dialog's vertical padding which should be
980 CharSequence title = mDescription == null ? null : mDescription.getTitle();
981 boolean hasTitle = !TextUtils.isEmpty(title);
1002 mTitleView.setText(title);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DCascadingMenuPopup.java437 // If this is the root menu, show the title if requested.
441 final TextView titleView = (TextView) titleItemView.findViewById(R.id.title);
446 // Show again to update the title.
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java121 mTitleView = findViewById(R.id.title);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java216 "title TEXT," +
404 * Upgrade 31 clears the title for all quick launch shortcuts so the
411 db.execSQL("UPDATE bookmarks SET title = ''");
2126 final String title;
2147 title = info.loadLabel(packageManager).toString();
2150 title = "";
2159 values.put(Settings.Bookmarks.TITLE, title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java234 ((TextView) holder.itemView.findViewById(android.R.id.title)).setText(titleResId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java657 String msg = context.getString(R.string.recents_launch_disabled_message, mTask.title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java584 public void setTitle(CharSequence 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.java837 "type: %d, organization: %s, department: %s, title: %s, isPrimary: %s", mType,
1878 * {@link OrganizationData} is created, whose title is set to null.
1915 // Create new first organization entry, with "null" title which may be
1934 // No OrganizatioData is available. Create another one, with "null" title, which may be
1940 * Set "title" value to the appropriate data. If there's more than one
1942 * does not have valid title value (not including empty but only null). If
1946 private void handleTitleValue(final String title) { argument
1950 addNewOrganization(null, null, title, null, DEFAULT_ORGANIZATION_TYPE, false);
1955 organizationData.mTitle = title;
1961 addNewOrganization(null, null, title, nul
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DOnboardingFragment.java64 * common parts are composed of icon, title, description and page navigator and the custom parts
85 * <li>{@link #getPageTitle} to provide the title of the page.</li>
114 * title and description views to fade and slide in. Users can override the default
120 * When the page changes, the default animations of the title and description are played. The
329 mTitleView = (TextView) view.findViewById(R.id.title);
742 // Header title.
787 * Provides the entry animation for title view. This allows users to override the
812 * Returns the title of the given page.
816 * @return The title of the page.
H A DOnboardingSupportFragment.java61 * common parts are composed of icon, title, description and page navigator and the custom parts
82 * <li>{@link #getPageTitle} to provide the title of the page.</li>
111 * title and description views to fade and slide in. Users can override the default
117 * When the page changes, the default animations of the title and description are played. The
324 mTitleView = (TextView) view.findViewById(R.id.title);
737 // Header title.
782 * Provides the entry animation for title view. This allows users to override the
807 * Returns the title of the given page.
811 * @return The title of the page.
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRowView.java120 mPrimaryText = (TextView) findViewById(android.R.id.title);
151 * @return height row content (i.e. title, subtitle) without the height of the range element.
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DCascadingMenuPopup.java489 // If this is the root menu, show the title if requested.
493 final TextView titleView = (TextView) titleItemView.findViewById(android.R.id.title);
498 // Show again to update the title.
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1168 * @param title The title, typically retrieved from the ActivityInfo record
1180 CharSequence title, Activity parent, String id,
1190 info, title, parent, id,
1178 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/content/pm/
H A DShortcutInfo.java1006 * Sets the short title of a shortcut.
1039 * <p>This field is intended to be more descriptive than the shortcut title. The launcher
1040 * shows this instead of the short title when it has enough space.
2154 Icon icon, CharSequence title, int titleResId, String titleResName,
2165 mTitle = title;
2152 ShortcutInfo( @serIdInt int userId, String id, String packageName, ComponentName activity, Icon icon, CharSequence title, int titleResId, String titleResName, CharSequence text, int textResId, String textResName, CharSequence disabledMessage, int disabledMessageResId, String disabledMessageResName, Set<String> categories, Intent[] intentsWithExtras, int rank, PersistableBundle extras, long lastChangedTimestamp, int flags, int iconResId, String iconResName, String bitmapPath, int disabledReason) argument
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java465 * Set the title of the play queue. The UI should display this title along
469 * @param title The title of the play queue.
471 public void setQueueTitle(@Nullable CharSequence title) { argument
473 mBinder.setQueueTitle(title);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java209 mEmptyText = mEmpty.findViewById(android.R.id.title);
213 mAutoTitle = mAutoRule.findViewById(android.R.id.title);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java835 public void setQueueTitle(CharSequence title) { argument
836 mQueueTitle = title;

Completed in 723 milliseconds

<<1112131415161718