Searched refs:textId (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java213 int textId;
215 textId = com.android.internal.R.string.lockscreen_return_to_call;
217 textId = com.android.internal.R.string.lockscreen_emergency_call;
219 setText(textId);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertDialog.java467 * @param textId The resource id of the text to display in the positive button
472 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { argument
473 P.mPositiveButtonText = P.mContext.getText(textId);
503 * @param textId The resource id of the text to display in the negative button
508 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { argument
509 P.mNegativeButtonText = P.mContext.getText(textId);
539 * @param textId The resource id of the text to display in the neutral button
544 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { argument
545 P.mNeutralButtonText = P.mContext.getText(textId);
/frameworks/base/core/java/android/app/
H A DAlertDialog.java617 * @param textId The resource id of the text to display in the positive button
622 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { argument
623 P.mPositiveButtonText = P.mContext.getText(textId);
643 * @param textId The resource id of the text to display in the negative button
648 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { argument
649 P.mNegativeButtonText = P.mContext.getText(textId);
669 * @param textId The resource id of the text to display in the neutral button
674 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { argument
675 P.mNeutralButtonText = P.mContext.getText(textId);
H A DNotification.java4413 int textId = showProgress ? com.android.internal.R.id.text_line_1
4415 contentView.setTextViewText(textId, processTextSpans(p.text));
4417 setTextViewColorSecondary(contentView, textId);
4419 contentView.setViewVisibility(textId, View.VISIBLE);
/frameworks/support/car/src/main/java/androidx/car/app/
H A DCarAlertDialog.java436 * @param textId The resource id of the string to be used for the positive button text.
441 public Builder setPositiveButton(@StringRes int textId, argument
443 mPositiveButtonText = mContext.getString(textId);
474 * @param textId The resource id of the string to be used for the negative button text.
479 public Builder setNegativeButton(@StringRes int textId, argument
481 mNegativeButtonText = mContext.getString(textId);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java136 private void showConfirm(int textId, final Runnable onConfirmAction) { argument
139 dialogBuilder.setMessage(textId);
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierActionUtils.java199 private static Notification getNotification(Context context, int titleId, int textId, argument
215 .setContentText(String.format(resources.getString(textId), spn))

Completed in 224 milliseconds