Searched defs:mCancel (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSetFullBackupPassword.java36 Button mCancel, mSet; field in class:SetFullBackupPassword
71 } else if (v == mCancel) {
91 mCancel = (Button) findViewById(R.id.backup_pw_cancel_button);
94 mCancel.setOnClickListener(mButtonListener);
/packages/apps/Gallery/src/com/android/camera/
H A DImageGetter.java90 private volatile boolean mCancel = true; field in class:ImageGetter
136 while (mCancel || mDone || mCurrentPosition == -1) {
161 if (mCancel) return;
171 if (mCancel) return;
175 if (mCancel) {
189 if (mCancel) return;
200 if (mCancel) return;
208 if (mCancel) {
236 mCancel = true;
280 mCancel
[all...]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstallerActivity.java103 private Button mCancel; field in class:PackageInstallerActivity
452 mCancel = (Button)findViewById(R.id.cancel_button);
454 mCancel.setOnClickListener(this);
647 } else if (v == mCancel) {

Completed in 162 milliseconds