Searched refs:sOtaspCallRetries (Results 1 – 1 of 1) sorted by relevance
60 private static int sOtaspCallRetries = 0; field in OtaspActivationService83 sOtaspCallRetries = 0; in onCreate()85 sOtaspCallRetries++; in onCreate()86 logd("OTASP call tried " + sOtaspCallRetries + " times"); in onCreate()87 if (sOtaspCallRetries > OTASP_CALL_RETRIES_MAX) { in onCreate()