Home | History | Annotate | Download | only in settings

Lines Matching defs:mActionButton

106     Button mActionButton;
344 mActionButton = (Button) findViewById(R.id.action_button);
345 mActionButton.setFilterTouchesWhenObscured(true);
346 mActionButton.setOnClickListener(new View.OnClickListener() {
542 mActionButton.setText(R.string.remove_managed_profile_label);
553 mActionButton.setText(R.string.remove_device_admin);
554 mActionButton.setEnabled(false);
562 mActionButton.setText(R.string.remove_and_uninstall_device_admin);
564 mActionButton.setText(R.string.remove_device_admin);
584 mActionButton.setText(getText(R.string.add_device_admin));