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

1 23 4 5 6 7 8 91011>>

  /development/ide/emacs/
android-host.el 103 With no ARG, don't wipe the user data.
104 With ARG, wipe the user data."
  /device/moto/shamu/cryptfs_hw/
cryptfs_hw.c 44 // password further, HW would wipe all disk encryption related crypto data
46 // wipe userdata partition once this error is received.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 101 Log.e(TAG, "Couldn't wipe session because ActivityManager is dead");
133 Log.e(TAG, "Couldn't wipe session because ActivityManager or WindowManager is dead");
  /external/lldb/source/Expression/
Materializer.cpp 388 void Wipe (IRMemoryMap &map, lldb::addr_t process_address)
683 void Wipe (IRMemoryMap &map, lldb::addr_t process_address)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 110 * require remote wipe take the max (logical or)
387 // no check required for remote wipe (it's supported, if we're the admin)
425 // local wipe (failed passwords limit)
676 * API: Remote wipe (from server). This is final, there is no confirmation. It will only
677 * return to the caller if there is an unexpected failure. The wipe includes external storage.
684 LogUtils.d(Logging.LOG_TAG, "Could not remote wipe because not device admin.");
    [all...]
  /bootable/recovery/
verifier_test.sh 20 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
roots.cpp 34 #include "wipe.h"
216 // block device for storing encryption metadata. wipe it too.
  /external/boringssl/src/
BUILDING 47 32-bit Intel in util/. Wipe out the build directory, recreate it and run cmake
  /external/sepolicy/
recovery.te 57 # Required to e.g. wipe userdata/cache.
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 101 if ("wipe".equals(op)) {
479 System.err.println(" bmgr wipe TRANSPORT PACKAGE");
496 System.err.println("to the 'transport' and 'wipe' commands. The currently active transport");
524 System.err.println("The 'wipe' command causes all backed-up data for the given package to be");
  /hardware/intel/common/libva/test/basic/
test_11.c 132 /* Wipe secondary buffer */
  /system/extras/ext4_utils/
ext4_utils.h 160 int sparse, int crc, int wipe, int real_uuid,
  /frameworks/base/docs/html/guide/topics/admin/
device-admin.jd 42 PINs — across devices. Administrators can also remotely wipe (that is,
62 <li>Security applications that do remote wipe.</li>
228 <li>Wipe the device's data (that is, restore the device to its factory defaults).</li>
259 <li>Wipe the device's data (that is, restore factory settings).</li>
362 &lt;wipe-data /&gt;
531 <li><a href="#wipe">Perform data wipe</a></li>
677 <h4 id="wipe">Perform data wipe</h4>
681 if the device is lost or stolen. Often the decision to wipe the device is th
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 157 wipe(); method
236 abstract protected void wipe(); method in class:AbstractSyncParser
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.x 128 const CRTERA = 0x00040000; /* " \b " to wipe out char */
181 const LCRTERA = 0x0004; /* " \b " to wipe out char */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 128 const CRTERA = 0x00040000; /* " \b " to wipe out char */
181 const LCRTERA = 0x0004; /* " \b " to wipe out char */
  /system/vold/
CryptCommandListener.cpp 148 const char* syntax = "Usage: cryptfs enablecrypto <wipe|inplace> "
151 || (strcmp(argv[2], "wipe") && strcmp(argv[2], "inplace")) ) {
  /docs/source.android.com/src/devices/tech/security/verifiedboot/
verified-boot.jd 114 software more frequently without a data wipe while still benefiting from
227 state transitions require a data wipe. Note the user must be asked for
242 wishes to do development on the device and doesn?t want to wipe data frequently.
269 <li>Wipe data after asking the user for confirmation
281 <li>Wipe data after asking the user for confirmation
293 <li>Wipe data after asking the user for confirmation
  /frameworks/base/core/java/android/os/
RecoverySystem.java 56 * system updates, wipe user data, etc.)
368 * @throws SecurityException if the current user is not allowed to wipe data.
394 * the wipe completes, rather than being rebooted
399 * @throws SecurityException if the current user is not allowed to wipe data.
440 * Reboot into the recovery system to wipe the /cache partition.
  /frameworks/native/cmds/rawbu/
backup.cpp 64 /* This is just copied from the shell's built-in wipe command. */
65 static int wipe (const char *path) function in namespace:android
109 // we do want to wipe its contents, but not the
136 if (wipe(newpath) == 0) {
530 if (!wipe("/data")) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 83 * agent the application uses, you should also wipe the backup state associated with
88 * <p><code>adb shell bmgr wipe com.example.android.backuprestore</code>
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 95 wiz.visit(t, ANTLRv3Parser.ARG, // wipe rule arguments
104 wiz.visit(t, ANTLRv3Parser.RET, // wipe rule return declarations
  /external/ppp/pppd/
sha1.c 95 /* Wipe variables */
160 /* Wipe variables */
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 300 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>
317 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>

Completed in 590 milliseconds

1 23 4 5 6 7 8 91011>>