HomeSort by relevance Sort by last modified time
    Searched refs:mWipeDataButton (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 93 private Button mWipeDataButton;
255 mWipeDataButton = new Button(mEmulatorOptionsGroup, SWT.CHECK);
256 mWipeDataButton.setText("Wipe User Data");
257 mWipeDataButton.setToolTipText("Check this if you want to wipe your user data each time you start the emulator. You will be prompted for confirmation when the emulator starts.");
260 mWipeDataButton.setLayoutData(gd);
261 mWipeDataButton.addSelectionListener(new SelectionAdapter() {
389 mWipeDataButton.setSelection(value);
459 mWipeDataButton.getSelection());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 130 Button mWipeDataButton;
210 mWipeDataButton = (Button)findViewById(R.id.wipe_data);
211 mWipeDataButton.setOnClickListener(mWipeDataListener);
231 mWipeDataButton.setEnabled(true);
242 mWipeDataButton.setEnabled(false);

Completed in 103 milliseconds