Searched refs:device_unlocked (Results 1 – 1 of 1) sorted by relevance
214 bool device_unlocked = android::base::GetProperty("ro.boot.verifiedbootstate", "") == "orange"; in adbd_main() local215 if (device_unlocked || __android_log_is_debuggable()) { in adbd_main()