Searched refs:kMaxBootAttempts (Results 1 – 2 of 2) sorted by relevance
/system/gsid/include/libgsi/ | ||
D | libgsi.h | 30 static constexpr int kMaxBootAttempts = 1; variable |
/system/gsid/ | ||
D | libgsi.cpp | 71 if (attempts + 1 > kMaxBootAttempts) { in CanBootIntoGsi() |