Lines Matching refs:mActionButton
113 Button mActionButton;
349 mActionButton = (Button) findViewById(R.id.action_button);
355 if (!mActionButton.isEnabled()) {
479 mActionButton.setEnabled(true);
491 mActionButton.setEnabled(false);
569 mActionButton.setText(R.string.remove_managed_profile_label);
576 mActionButton.setEnabled(admin == null && !hasBaseRestriction);
587 mActionButton.setText(R.string.remove_device_admin);
588 mActionButton.setEnabled(false);
596 mActionButton.setText(R.string.remove_and_uninstall_device_admin);
598 mActionButton.setText(R.string.remove_device_admin);
618 mActionButton.setText(getText(R.string.add_device_admin));