Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dmain.cpp212 bool device_unlocked = "orange" == android::base::GetProperty("ro.boot.verifiedbootstate", ""); in adbd_main() local
213 if (__android_log_is_debuggable() || device_unlocked) { in adbd_main()