HomeSort by relevance Sort by last modified time
    Searched refs:wipe (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/service/persistentdata/
IPersistentDataBlockService.aidl 32 void wipe();
PersistentDataBlockManager.java 88 * {@link #wipe} will block any further {@link #write} operation until reboot,
149 public void wipe() { method in class:PersistentDataBlockManager
151 sService.wipe();
  /frameworks/base/tests/backup/
test_backup.sh 26 # wipe data for the package participating in backup
28 a shell bmgr wipe "$pkg"
  /external/python/cpython2/RISCOS/
Makefile 398 -wipe @.^.Lib.*/pyc ~C~V
399 -wipe @.^.Lib.*/pyo ~C~V
400 -wipe @.^.Lib.plat-riscos.*/pyc ~C~V
401 -wipe @.^.Lib.plat-riscos.*/pyo ~C~V
402 -wipe @.^.Lib.test.*/pyc ~C~V
403 -wipe @.^.Lib.test.*/pyo ~C~V
404 -wipe @.^.Lib.encodings.*/pyc ~C~V
405 -wipe @.^.Lib.encodings.*/pyo ~C~V
406 -wipe @.^.Lib.curses.*/pyc ~C~V
407 -wipe @.^.Lib.curses.*/pyo ~C~
    [all...]
  /development/samples/DataWiper/src/com.example.android.datawiper/
MyMain.java 87 .setMessage("This will wipe the device. Are you sure? Do you want to proceed?"
90 .setPositiveButton("WIPE NOW", new DialogInterface.OnClickListener() {
94 wipe();
100 private void wipe() { method in class:MyMain
  /device/generic/goldfish/tools/
emulator_boot_test.sh 57 -wipe-data -no-snapshot $op_no_accel -skin 480x800x32 -logcat *:I -no-boot-anim
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 181 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
187 wipe: If set to true, will automatically detect if cache and userdata
209 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe:
211 'Not flashing in wipe mode. Skipping partition %s.', partition)
236 def FlashDevice(self, directory, partitions=None, wipe=False):
246 wipe: Wipes cache and userdata if set to true.
254 # this to wipe a device.
255 with self.FastbootMode(wait_for_reboot=not wipe):
256 self._FlashPartitions(partitions, directory, wipe=wipe)
    [all...]
fastboot_utils_test.py 154 self.fastboot._FlashPartitions(_PARTITIONS, 'test', wipe=True)
349 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=True),
352 self.fastboot.FlashDevice('test', wipe=True)
358 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=False),
361 self.fastboot.FlashDevice('test', wipe=False)
367 self.call.fastboot._FlashPartitions(['boot'], 'test', wipe=False),
370 self.fastboot.FlashDevice('test', partitions=['boot'], wipe=False)
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils.py 179 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
185 wipe: If set to true, will automatically detect if cache and userdata
207 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe:
209 'Not flashing in wipe mode. Skipping partition %s.', partition)
234 def FlashDevice(self, directory, partitions=None, wipe=False):
244 wipe: Wipes cache and userdata if set to true.
252 # this to wipe a device.
253 with self.FastbootMode(wait_for_reboot=not wipe):
254 self._FlashPartitions(partitions, directory, wipe=wipe)
    [all...]
fastboot_utils_test.py 154 self.fastboot._FlashPartitions(_PARTITIONS, 'test', wipe=True)
349 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=True),
352 self.fastboot.FlashDevice('test', wipe=True)
358 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=False),
361 self.fastboot.FlashDevice('test', wipe=False)
367 self.call.fastboot._FlashPartitions(['boot'], 'test', wipe=False),
370 self.fastboot.FlashDevice('test', partitions=['boot'], wipe=False)
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 27 parser.add_argument('-w', '--wipe', action='store_true',
48 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
flash_device.py 29 parser.add_argument('-w', '--wipe', action='store_true',
49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
  /external/lisa/experiments/
run_idle_resume.py 118 te = TestEnv(my_conf, wipe=False)
run_suspend_resume.py 118 te = TestEnv(my_conf, wipe=False)
run_youtube.py 112 te = TestEnv(my_conf, wipe=False)
run_camera.py 129 te = TestEnv(my_conf, wipe=False)
run_display_image.py 124 te = TestEnv(my_conf, wipe=False)
run_uibench_cgroup.py 126 te = TestEnv(my_conf, wipe=False)
run_binder_throughput.py 61 te = TestEnv(conf, wipe=False)
run_binder_transaction_tracing.py 62 te = TestEnv(conf, wipe=False)
run_sysui.py 143 te = TestEnv(my_conf, wipe=False)
  /external/lisa/experiments/power/profile/
run_camera_avg.py 118 te = TestEnv(my_conf, wipe=False)
run_camera_flashlight.py 119 te = TestEnv(my_conf, wipe=False)
run_gps_on.py 112 te = TestEnv(my_conf, wipe=False)
  /external/lisa/experiments/scratch/
run_suspend_resume_b63331203.py 125 te = TestEnv(my_conf, wipe=False)

Completed in 363 milliseconds

1 2 3 4