HomeSort by relevance Sort by last modified time
    Searched full:wipe (Results 26 - 50 of 381) sorted by null

12 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/values/
base-strings.xml 27 wipe all the data associated with the profile.
  /development/samples/ApiDemos/res/xml/
device_admin_sample.xml 24 <wipe-data />
device_admin_lock_wipe.xml 18 <!-- This screen is shown for the "Lock / Wipe" header. -->
  /development/samples/browseable/BasicManagedProfile/res/values/
base-strings.xml 27 wipe all the data associated with the profile.
  /frameworks/base/core/java/android/service/persistentdata/
IPersistentDataBlockService.aidl 32 void wipe();
PersistentDataBlockManager.java 112 public void wipe() { method in class:PersistentDataBlockManager
114 sService.wipe();
  /frameworks/base/services/tests/servicestests/res/xml/
device_admin_sample.xml 23 <wipe-data />
  /packages/apps/Email/res/xml/
device_admin.xml 23 <wipe-data />
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java 30 * Precondition: Opened keyboard and wipe the userdata
  /cts/tests/tests/admin/src/android/admin/cts/
DeviceAdminInfoTest.java 83 assertEquals("wipe-data",
115 assertEquals("wipe-data",
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
LegacyPolicySet.java 36 // bits 9..13: password failures -> wipe device (0=disabled)
44 // bit 25: remote wipe capability required
  /system/gatekeeper/include/gatekeeper/
gatekeeper_utils.h 25 * optimized away. This is important because we often need to wipe blocks of sensitive data from
  /bootable/recovery/
device.h 94 // Called before and after we do a wipe data/factory reset operation,
100 // the regular wipe, and returning false from PostWipeData will cause
101 // the wipe to be considered a failure.
  /frameworks/base/docs/html/tools/help/
bmgr.jd 29 and restore operations so that you don't need to repeatedly wipe data or take similar
104 or saved state information. You can wipe an application's data with the <code>bmgr wipe</code>
107 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
133 will explicitly wipe
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 47 * us to wipe the device, so we need to handle that too.
69 /** Value for {@link #mPhase} indicating we're performing the acknowledgement for a wipe. */
82 /** Result code indicating the server sent a remote wipe directive. */
173 LogUtils.i(LOG_TAG, "Executing remote wipe");
285 // If this is the response for a remote wipe ack, it doesn't have anything useful in it.
  /external/gptfdisk/
gdisk_test.sh 30 # - Wipe the GPT table
318 # Wipe GPT table
337 verify_part "Code" "Name" "Wipe GPT table"
  /external/vboot_reference/scripts/image_signing/
tofactory.sh 30 DEFINE_boolean wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" ""
174 # Wipe SSD
177 $NOTHING cgpt create -z "$FLAGS_ssd" || err_die "Unable to wipe SSD"
  /device/generic/goldfish/
init.goldfish.rc 46 # it is created (ie, after a data wipe).
  /device/generic/mini-emulator-arm64/
init.mini-emulator.rc 48 # it is created (ie, after a data wipe).
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 48 # it is created (ie, after a data wipe).
  /external/toybox/toys/other/
switch_root.c 81 // Ok, enough safety checks: wipe root partition.
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 69 ALOGE("Wipe via secure discard failed, used non-secure discard instead\n");
  /system/extras/ext4_utils/
Android.mk 14 wipe.c \
  /developers/build/prebuilts/gradle/BasicManagedProfile/
README.md 9 enable/disable Intent forwarding between profiles, and wipe out all
19 (you are prompted to do if you haven't). This doesn't wipe out the
  /developers/samples/android/admin/BasicManagedProfile/
README.md 9 enable/disable Intent forwarding between profiles, and wipe out all
19 (you are prompted to do if you haven't). This doesn't wipe out the

Completed in 161 milliseconds

12 3 4 5 6 7 8 91011>>