Searched refs:NO_ACTION (Results 1 - 3 of 3) sorted by relevance

/bootable/recovery/
H A Ddefault_device.cpp74 default: return NO_ACTION;
H A Ddevice.h68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, enumerator in enum:Device::BuiltinAction
81 // actually perform it here and return NO_ACTION.
H A Drecovery.cpp822 // Return REBOOT, SHUTDOWN, or REBOOT_BOOTLOADER. Returning NO_ACTION
853 case Device::NO_ACTION:
863 if (!ui->IsTextVisible()) return Device::NO_ACTION;
870 if (!ui->IsTextVisible()) return Device::NO_ACTION;
905 return Device::NO_ACTION; // reboot if logs aren't visible
929 return Device::NO_ACTION; // reboot if logs aren't visible
1140 if (temp != Device::NO_ACTION) after = temp;

Completed in 530 milliseconds