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

/frameworks/base/core/java/android/app/
H A DAlertDialog.java481 * @param textId The resource id of the text to display in the positive button
486 public Builder setPositiveButton(int textId, final OnClickListener listener) { argument
487 P.mPositiveButtonText = P.mContext.getText(textId);
507 * @param textId The resource id of the text to display in the negative button
512 public Builder setNegativeButton(int textId, final OnClickListener listener) { argument
513 P.mNegativeButtonText = P.mContext.getText(textId);
533 * @param textId The resource id of the text to display in the neutral button
538 public Builder setNeutralButton(int textId, final OnClickListener listener) { argument
539 P.mNeutralButtonText = P.mContext.getText(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/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1055 int textId;
1058 textId = R.string.lockscreen_return_to_call;
1062 textId = R.string.lockscreen_emergency_call;
1066 button.setText(textId);

Completed in 1017 milliseconds