Home
last modified time | relevance | path

Searched refs:titleResId (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DUtils.java589 public static Dialog buildGlobalChangeWarningDialog(final Context context, int titleResId, in buildGlobalChangeWarningDialog() argument
592 builder.setTitle(titleResId); in buildGlobalChangeWarningDialog()
626 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
629 null /* titleResPackageName */, titleResId, title, false /* not a shortcut */); in startWithFragment()
649 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
652 titleResPackageName, titleResId, title, false /* not a shortcut */); in startWithFragment()
656 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
659 null /* titleResPackageName */, titleResId, title, isShortcut); in startWithFragment()
668 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
671 titleResId, title, isShortcut); in startWithFragment()
[all …]
DSettingsActivity.java1020 boolean addToBackStack, int titleResId, CharSequence title, boolean withTransition) { in switchToFragment() argument
1034 if (titleResId > 0) { in switchToFragment()
1035 transaction.setBreadCrumbTitle(titleResId); in switchToFragment()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DBaseSettingsActivity.java68 protected void setView(int titleResId, int breadcrumbResId, int descResId, int iconResId) { in setView() argument
69 String title = titleResId != 0 ? mResources.getString(titleResId) : null; in setView()
94 protected void setView(int titleResId, String breadcrumb, int descResId, Uri uri) { in setView() argument
95 String title = titleResId != 0 ? mResources.getString(titleResId) : null; in setView()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java271 int titleResId = -1; in updateViewContent() local
280 titleResId = R.string.message_title_downloading; in updateViewContent()
286 titleResId = R.string.message_title_manual_download; in updateViewContent()
293 titleResId = R.string.message_title_download_failed; in updateViewContent()
301 titleResId = R.string.message_title_download_failed; in updateViewContent()
359 final boolean titleVisible = (titleResId >= 0); in updateViewContent()
361 final String titleText = mContext.getString(titleResId); in updateViewContent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java149 final int titleResId; in showMissedCallNotification() local
156 titleResId = R.string.notification_missedCallTitle; in showMissedCallNotification()
159 titleResId = R.string.notification_missedCallsTitle; in showMissedCallNotification()
174 .setContentText(mContext.getText(titleResId)) in showMissedCallNotification()
184 .setContentTitle(mContext.getText(titleResId)) in showMissedCallNotification()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java413 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0); in parseAndAdd() local
416 if (titleResId == 0 || iconId == 0) { in parseAndAdd()
439 return addShortcut(mSourceRes.getString(titleResId), in parseAndAdd()
560 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0); in parseAndAdd() local
561 if (titleResId != 0) { in parseAndAdd()
562 title = mSourceRes.getString(titleResId); in parseAndAdd()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSettings.java401 final int titleResId = helper.getLabelIdForType(accountType); in getAccountTypePreferences() local
415 titleResPackageName, titleResId, AccountSyncSettings.class.getName(), in getAccountTypePreferences()
426 titleResPackageName, titleResId, ManageAccountsSettings.class.getName(), in getAccountTypePreferences()
494 int titleResId, String fragment, Bundle fragmentArguments, in AccountPreference() argument
499 mTitleResId = titleResId; in AccountPreference()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java311 int titleResId = -1; in updateViewContent() local
319 titleResId = R.string.message_title_downloading; in updateViewContent()
325 titleResId = R.string.message_title_manual_download; in updateViewContent()
336 titleResId = R.string.message_title_download_failed; in updateViewContent()
343 titleResId = R.string.message_title_download_failed; in updateViewContent()
388 final boolean titleVisible = (titleResId >= 0); in updateViewContent()
390 final String titleText = getResources().getString(titleResId); in updateViewContent()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java973 int titleResId = a.getResourceId(R.styleable.Favorite_title, -1); in loadFavorites() local
974 if (titleResId != -1) { in loadFavorites()
975 title = mContext.getResources().getString(titleResId); in loadFavorites()
1228 final int titleResId = a.getResourceId(R.styleable.Favorite_title, 0); in addUriShortcut() local
1240 if (iconResId == 0 || titleResId == 0) { in addUriShortcut()
1248 values.put(Favorites.TITLE, r.getString(titleResId)); in addUriShortcut()
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java89 public static SelectPhoneAccountDialogFragment newInstance(int titleResId, in newInstance() argument
98 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java556 private Animator getAlertAnimator(final View source, final int titleResId, in getAlertAnimator() argument
589 mAlertTitleView.setText(titleResId); in getAlertAnimator()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java1034 public static ErrorDialogFragment newInstance(int titleResId, int messageResId) { in newInstance() argument
1037 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()
/packages/apps/Settings/src/com/android/settings/users/
DEditUserInfoController.java104 int titleResId, final OnContentChangedCallback callback, UserHandle user) { in createDialog() argument
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java306 labelView.setText(getString(capability.titleResId)); in createEnableDialogContentView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputsActivity.java191 private LayoutGetter getOnOffLayout(final int titleResId, final int descResId, in getOnOffLayout() argument