Searched refs:MAX_TRIES (Results 1 – 2 of 2) sorted by relevance
57 MAX_TRIES=2959 while [[ "$N" -lt "$MAX_TRIES" && -z "$(adb shell dumpsys package com.android.systemui 2>&1 | grep …64 if [[ "$N" -ge "$MAX_TRIES" ]]; then
18 MAX_TRIES = 3 variable94 while (try_count == 1 or test not in DO_NOT_RETRY_TESTS) and try_count <= MAX_TRIES: