Home
last modified time | relevance | path

Searched refs:device (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/
DREADME.md19 # 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
Drecovery.cpp623 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 …]
Dmounts.cpp33 std::string device; member
55 v->device = e->mnt_fsname; in scan_mounted_volumes()
DAndroid.mk73 device.cpp \
/bootable/recovery/boot_control/
Dboot_control.cpp220 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/
DREADME.md7 2. Install the app on the device (or emulator) with the intended dpi.
22 file from the device.
/bootable/recovery/minadbd/
DAndroid.mk32 LOCAL_COMPATIBILITY_SUITE := device-tests
/bootable/recovery/tests/component/
Dinstall_test.cpp214 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/
DAndroid.mk23 LOCAL_COMPATIBILITY_SUITE := device-tests
100 LOCAL_COMPATIBILITY_SUITE := device-tests