Searched refs:kAdbUnauthorizedMsg (Results 1 – 1 of 1) sorted by relevance
66 constexpr std::string_view kAdbUnauthorizedMsg = "device unauthorized."; variable178 return android::base::StartsWith(response, kAdbUnauthorizedMsg); in WaitForAdbAuthorization()