HomeSort by relevance Sort by last modified time
    Searched refs:failed_auth_attempts (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
transport.h 153 size_t failed_auth_attempts = 0; member in class:atransport
adb.cpp 382 t->failed_auth_attempts = 0;
384 if (t->failed_auth_attempts++ > 256) std::this_thread::sleep_for(1s);
    [all...]

Completed in 358 milliseconds