Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp66 constexpr std::string_view kAdbUnauthorizedMsg = "device unauthorized."; variable
178 return android::base::StartsWith(response, kAdbUnauthorizedMsg); in WaitForAdbAuthorization()