Searched defs:textId (Results 1 - 2 of 2) sorted by relevance

/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/android/app/
H A DAlertDialog.java482 * @param textId The resource id of the text to display in the positive button
487 public Builder setPositiveButton(int textId, final OnClickListener listener) { argument
488 P.mPositiveButtonText = P.mContext.getText(textId);
508 * @param textId The resource id of the text to display in the negative button
513 public Builder setNegativeButton(int textId, final OnClickListener listener) { argument
514 P.mNegativeButtonText = P.mContext.getText(textId);
534 * @param textId The resource id of the text to display in the neutral button
539 public Builder setNeutralButton(int textId, final OnClickListener listener) { argument
540 P.mNeutralButtonText = P.mContext.getText(textId);

Completed in 150 milliseconds