Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/
Dpush-apk.sh57 MAX_TRIES=29
59 while [[ "$N" -lt "$MAX_TRIES" && -z "$(adb shell dumpsys package com.android.systemui 2>&1 | grep …
64 if [[ "$N" -ge "$MAX_TRIES" ]]; then
/packages/modules/Bluetooth/android/pandora/
Dgen_cov.py18 MAX_TRIES = 3 variable
94 while (try_count == 1 or test not in DO_NOT_RETRY_TESTS) and try_count <= MAX_TRIES: