Searched refs:sOtaspCallRetries (Results 1 – 1 of 1) sorted by relevance
57 private static int sOtaspCallRetries = 0; field in OtaspActivationService80 sOtaspCallRetries = 0; in onCreate()82 sOtaspCallRetries++; in onCreate()83 logd("OTASP call tried " + sOtaspCallRetries + " times"); in onCreate()84 if (sOtaspCallRetries > OTASP_CALL_RETRIES_MAX) { in onCreate()