/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 444 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 …]
|
D | SettingsActivity.java | 1005 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/Messaging/src/com/android/messaging/widget/ |
D | WidgetConversationService.java | 271 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/Dialer/src/com/android/dialer/calllog/ |
D | MissedCallNotifier.java | 74 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/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 309 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/ |
D | AutoInstallsLayout.java | 419 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/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageView.java | 311 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/Settings/src/com/android/settings/accounts/ |
D | AccountSettings.java | 443 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/Launcher2/src/com/android/launcher2/ |
D | LauncherProvider.java | 973 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/TV/src/com/android/tv/menu/ |
D | MenuRow.java | 34 public MenuRow(Context context, Menu menu, int titleResId, int heightResId) { in MenuRow() argument 35 this(context, menu, context.getString(titleResId), heightResId); in MenuRow()
|
D | ItemListRow.java | 33 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/src/com/android/tv/parental/ |
D | ContentRatingsParser.java | 430 int titleResId = parser.getAttributeResourceValue(index, 0); in getTitle() local 431 if (titleResId != 0) { in getTitle() 432 return mResources.getString(titleResId); in getTitle()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
D | SidePanelHelper.java | 40 public BySelector bySidePanelTitled(int titleResId) { in bySidePanelTitled() argument 42 .hasDescendant(ByResource.text(mTargetResources, titleResId)); in bySidePanelTitled()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogFragment.java | 91 public static SelectPhoneAccountDialogFragment newInstance(int titleResId, in newInstance() argument 100 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 554 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/users/ |
D | EditUserInfoController.java | 113 int titleResId, final OnContentChangedCallback callback, UserHandle user) { in createDialog() argument
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | DialpadFragment.java | 1032 public static ErrorDialogFragment newInstance(int titleResId, int messageResId) { in newInstance() argument 1035 args.putInt(ARG_TITLE_RES_ID, titleResId); in newInstance()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ToggleAccessibilityServicePreferenceFragment.java | 267 labelView.setText(getString(capability.titleResId)); in createEnableDialogContentView()
|