Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java444 public static Dialog buildGlobalChangeWarningDialog(final Context context, int titleResId, in buildGlobalChangeWarningDialog() argument
447 builder.setTitle(titleResId); in buildGlobalChangeWarningDialog()
481 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
484 null /* titleResPackageName */, titleResId, title, false /* not a shortcut */); in startWithFragment()
504 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
507 titleResPackageName, titleResId, title, false /* not a shortcut */); in startWithFragment()
511 Fragment resultTo, int resultRequestCode, int titleResId, in startWithFragment() argument
514 null /* titleResPackageName */, titleResId, title, isShortcut); in startWithFragment()
523 Fragment resultTo, int resultRequestCode, String titleResPackageName, int titleResId, in startWithFragment() argument
526 titleResId, title, isShortcut); in startWithFragment()
[all …]
DSettingsActivity.java1005 boolean addToBackStack, int titleResId, CharSequence title, boolean withTransition) { in switchToFragment() argument
1019 if (titleResId > 0) { in switchToFragment()
1020 transaction.setBreadCrumbTitle(titleResId); in switchToFragment()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DMissedCallNotifier.java74 final int titleResId; in updateMissedCallNotification() local
112 titleResId = contactInfo.userType == ContactsUtils.USER_TYPE_WORK in updateMissedCallNotification()
123 titleResId = R.string.notification_missedCallsTitle; in updateMissedCallNotification()
137 .setContentText(mContext.getText(titleResId)) in updateMissedCallNotification()
146 .setContentTitle(mContext.getText(titleResId)) in updateMissedCallNotification()
/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/apps/TV/src/com/android/tv/menu/
DMenuRow.java34 public MenuRow(Context context, Menu menu, int titleResId, int heightResId) { in MenuRow() argument
35 this(context, menu, context.getString(titleResId), heightResId); in MenuRow()
DItemListRow.java33 public ItemListRow(Context context, Menu menu, int titleResId, int itemHeightResId, in ItemListRow() argument
35 this(context, menu, context.getString(titleResId), itemHeightResId, adapter); in ItemListRow()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DSidePanelHelper.java40 public BySelector bySidePanelTitled(int titleResId) { in bySidePanelTitled() argument
42 .hasDescendant(ByResource.text(mTargetResources, titleResId)); in bySidePanelTitled()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java309 final int titleResId; in showMissedCallNotification() local
320 titleResId = R.string.notification_missedWorkCallTitle; in showMissedCallNotification()
322 titleResId = R.string.notification_missedCallTitle; in showMissedCallNotification()
325 titleResId = R.string.notification_missedCallsTitle; in showMissedCallNotification()
342 .setContentText(mContext.getText(titleResId)) in showMissedCallNotification()
352 .setContentTitle(mContext.getText(titleResId)) in showMissedCallNotification()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java419 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0); in parseAndAdd() local
422 if (titleResId == 0 || iconId == 0) { in parseAndAdd()
445 return addShortcut(mSourceRes.getString(titleResId), in parseAndAdd()
566 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0); in parseAndAdd() local
567 if (titleResId != 0) { in parseAndAdd()
568 title = mSourceRes.getString(titleResId); in parseAndAdd()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSettings.java443 final int titleResId = helper.getLabelIdForType(accountType); in getAccountTypePreferences() local
457 titleResPackageName, titleResId, AccountSyncSettings.class.getName(), in getAccountTypePreferences()
468 titleResPackageName, titleResId, ManageAccountsSettings.class.getName(), in getAccountTypePreferences()
536 int titleResId, String fragment, Bundle fragmentArguments, in AccountPreference() argument
541 mTitleResId = titleResId; in AccountPreference()
/packages/apps/TV/src/com/android/tv/parental/
DContentRatingsParser.java430 int titleResId = parser.getAttributeResourceValue(index, 0); in getTitle() local
431 if (titleResId != 0) { in getTitle()
432 return mResources.getString(titleResId); in getTitle()
/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/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java91 public static SelectPhoneAccountDialogFragment newInstance(int titleResId, in newInstance() argument
100 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()
/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/Settings/src/com/android/settings/users/
DEditUserInfoController.java113 int titleResId, final OnContentChangedCallback callback, UserHandle user) { in createDialog() argument
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java554 private Animator getAlertAnimator(final View source, final int titleResId, in getAlertAnimator() argument
587 mAlertTitleView.setText(titleResId); in getAlertAnimator()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java267 labelView.setText(getString(capability.titleResId)); in createEnableDialogContentView()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java1032 public static ErrorDialogFragment newInstance(int titleResId, int messageResId) { in newInstance() argument
1035 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()