Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery_main.cpp72 static bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
472 fastboot ? "fastboot" : IsRoDebuggable() || IsDeviceUnlocked() ? "adb" : "none"; in main()