Home
last modified time | relevance | path

Searched refs:changeButtonEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java128 changeButtonEnabled(DialogInterface.BUTTON_POSITIVE, false); in showPbapDialog()
218 changeButtonEnabled(DialogInterface.BUTTON_POSITIVE, true); in onTimeout()
266 changeButtonEnabled(DialogInterface.BUTTON_POSITIVE, true); in afterTextChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DAlertActivity.java111 protected void changeButtonEnabled(int identifier, boolean enable) { in changeButtonEnabled() method in AlertActivity