Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java125 Button positiveBtn = mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
126 if (positiveBtn != null) {
127 positiveBtn.setEnabled(breakRule ? false : true);
160 Button positiveBtn = mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE);
161 if (positiveBtn != null) {
162 positiveBtn.setEnabled(breakRule ? false : true);
469 Button positiveBtn = mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE); in updateBroadcastInfo() local
470 if (positiveBtn != null) { in updateBroadcastInfo()
471 positiveBtn.setEnabled(false); in updateBroadcastInfo()
587 final Button positiveBtn = mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE); in handleUpdateFailedUi() local
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBroadcastDialog.java57 Button positiveBtn = layout.findViewById(R.id.positive_btn); in onCreate() local
60 positiveBtn.setText(mContext.getString( in onCreate()