/development/tools/recovery_l10n/res/values/ |
strings.xml | 19 system is erasing a partition (either a data wipe aka "factory 20 reset", or a cache wipe). [CHAR LIMIT=60] --> 30 installation or data wipe procedure encounters an error. [CHAR
|
/development/samples/browseable/BasicManagedProfile/ |
_index.jd | 11 wipe all the data associated with the profile.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
StandaloneContactsProvider2.java | 27 // No need to wipe data for this instance since it doesn't reuse the db helper. 41 // No need to wipe data for this instance since it doesn't reuse the db helper.
|
/system/extras/ext4_utils/ |
wipe.c | 18 #include "wipe.h" 56 warn("Wipe via secure discard failed, used discard instead\n");
|
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);
|
/bootable/recovery/ |
install.h | 28 // returned and *wipe_cache is true on exit, caller should wipe the
|
device.cpp | 24 "Wipe data/factory reset", 25 "Wipe cache partition",
|
/cts/apps/CtsVerifier/res/xml/ |
device_admin.xml | 22 <wipe-data />
|
device_admin_byod.xml | 21 <wipe-data />
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/res/xml/ |
device_admin.xml | 17 <wipe-data />
|
/cts/tests/deviceadmin/res/xml/ |
device_admin.xml | 23 <wipe-data />
|
device_admin_2.xml | 21 <wipe-data />
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/xml/ |
enforcer_device_admin_receiver.xml | 23 <wipe-data />
|
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/xml/ |
basic_device_admin_receiver.xml | 23 <wipe-data/>
|
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/res/xml/ |
device_owner_receiver.xml | 23 <wipe-data/>
|
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/xml/ |
enforcer_device_admin_receiver.xml | 23 <wipe-data />
|
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/xml/ |
basic_device_admin_receiver.xml | 23 <wipe-data/>
|
/developers/samples/android/admin/DeviceOwner/Application/src/main/res/xml/ |
device_owner_receiver.xml | 23 <wipe-data/>
|
/development/samples/browseable/AppRestrictionEnforcer/res/xml/ |
enforcer_device_admin_receiver.xml | 23 <wipe-data />
|
/development/samples/browseable/BasicManagedProfile/res/xml/ |
basic_device_admin_receiver.xml | 23 <wipe-data/>
|
/development/samples/browseable/DeviceOwner/res/xml/ |
device_owner_receiver.xml | 23 <wipe-data/>
|
/developers/samples/android/admin/BasicManagedProfile/ |
template-params.xml | 38 wipe all the data associated with the profile. 69 enable/disable Intent forwarding between profiles, and wipe out all 80 (you are prompted to do if you haven't). This doesn't wipe out the
|
/external/lldb/include/lldb/Expression/ |
Materializer.h | 43 Wipe (); 51 void Wipe (); 129 virtual void Wipe (IRMemoryMap &map, lldb::addr_t process_address) = 0;
|
/frameworks/base/tests/backup/ |
test_backup.sh | 26 # wipe data for the package participating in backup 28 a shell bmgr wipe "$pkg"
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_hook.h | 50 // Cleans the jni refs. To wipe the compress object call jpeg_destroy_compress 73 // Cleans the jni refs. To wipe the decompress object, call jpeg_destroy_decompress
|