Home
last modified time | relevance | path

Searched refs:changeButtonText (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java464 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()
DBluetoothOppIncomingFileConfirmActivity.java217 changeButtonText( in onTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DAlertActivity.java115 protected void changeButtonText(int identifier, CharSequence text) { in changeButtonText() method in AlertActivity