Searched refs:device (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/ |
D | README.md | 19 # Running the tests on device. 23 # 32-bit device 27 # Or 64-bit device 37 - Execute the test on an A/B device first. The test should fail but it will log 40 - Reboot the device immediately and run the test again. The test should save the
|
D | recovery.cpp | 623 int initial_selection, Device* device) { in get_menu_selection() argument 644 int action = device->HandleMenuKey(key, visible); in get_menu_selection() 670 static std::string browse_directory(const std::string& path, Device* device) { in browse_directory() argument 711 chosen_item = get_menu_selection(headers, entries, true, chosen_item, device); in browse_directory() 723 std::string result = browse_directory(new_path, device); in browse_directory() 734 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no() argument 738 int chosen_item = get_menu_selection(headers, items, true, 0, device); in yes_no() 742 static bool ask_to_wipe_data(Device* device) { in ask_to_wipe_data() argument 743 return yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!"); in ask_to_wipe_data() 747 static bool wipe_data(Device* device) { in wipe_data() argument [all …]
|
D | mounts.cpp | 33 std::string device; member 55 v->device = e->mnt_fsname; in scan_mounted_volumes()
|
D | Android.mk | 73 device.cpp \
|
/bootable/recovery/boot_control/ |
D | boot_control.cpp | 220 std::string device = get_bootloader_message_blk_device(&err); in BootControl_lazyInitialization() local 221 if (device.empty()) return false; in BootControl_lazyInitialization() 224 if (!LoadBootloaderControl(device.c_str(), &boot_ctrl)) return false; in BootControl_lazyInitialization() 227 module->misc_device = strdup(device.c_str()); in BootControl_lazyInitialization() 237 UpdateAndSaveBootloaderControl(device.c_str(), &boot_ctrl); in BootControl_lazyInitialization() 363 hw_device_t** device __unused) { in BootControl_open()
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 7 2. Install the app on the device (or emulator) with the intended dpi. 22 file from the device.
|
/bootable/recovery/minadbd/ |
D | Android.mk | 32 LOCAL_COMPATIBILITY_SUITE := device-tests
|
/bootable/recovery/tests/component/ |
D | install_test.cpp | 214 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local 215 ASSERT_NE("", device); in TEST() 220 "ota-type=AB", "pre-device=" + device, "post-timestamp=" + timestamp, in TEST() 299 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local 300 ASSERT_NE("", device); in TEST() 305 "ota-type=AB", "pre-device=" + device, "post-timestamp=" + timestamp, in TEST()
|
/bootable/recovery/tests/ |
D | Android.mk | 23 LOCAL_COMPATIBILITY_SUITE := device-tests 100 LOCAL_COMPATIBILITY_SUITE := device-tests
|