Home | History | Annotate | Download | only in packageinstaller

Lines Matching defs:mCancel

106     private Button mCancel;
475 mCancel = (Button)findViewById(R.id.cancel_button);
477 mCancel.setOnClickListener(this);
637 } else if (v == mCancel) {