HomeSort by relevance Sort by last modified time
    Searched defs:wipe (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/service/persistentdata/
PersistentDataBlockManager.java 112 public void wipe() { method in class:PersistentDataBlockManager
114 sService.wipe();
  /system/extras/ext4_utils/
make_ext4fs_main.c 75 int wipe = 0; local
123 wipe = 1;
197 if (wipe && sparse) {
198 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
203 if (wipe && gzip) {
204 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 157 wipe(); method
236 abstract protected void wipe(); method in class:AbstractSyncParser
AbstractSyncAdapter.java 76 public abstract void wipe(); method in class:AbstractSyncAdapter
EmailSyncParser.java 762 protected void wipe() { method in class:EmailSyncParser
    [all...]
FolderSyncParser.java 206 // wipe() will also backup and then restore non default sync settings.
207 wipe(); method
215 // act as though we have a bad folder sync key (wipe/reload mailboxes)
240 wipe(); method
784 protected void wipe() { method in class:FolderSyncParser
    [all...]