Searched refs:changeButtonText (Results 1 – 3 of 3) sorted by relevance
464 changeButtonText(DialogInterface.BUTTON_POSITIVE, getString(R.string.download_succ_ok)); in updateButton()468 changeButtonText(DialogInterface.BUTTON_POSITIVE, getString(R.string.download_fail_ok)); in updateButton()471 changeButtonText(DialogInterface.BUTTON_POSITIVE, getString(R.string.upload_succ_ok)); in updateButton()474 changeButtonText( in updateButton()
217 changeButtonText( in onTimeout()
115 protected void changeButtonText(int identifier, CharSequence text) { in changeButtonText() method in AlertActivity