Searched refs:positiveBtn (Results 1 – 2 of 2) sorted by relevance
125 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() local470 if (positiveBtn != null) { in updateBroadcastInfo()471 positiveBtn.setEnabled(false); in updateBroadcastInfo()587 final Button positiveBtn = mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE); in handleUpdateFailedUi() local[all …]
57 Button positiveBtn = layout.findViewById(R.id.positive_btn); in onCreate() local60 positiveBtn.setText(mContext.getString( in onCreate()