Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/otasp/
DOtaspActivationService.java60 private static int sOtaspCallRetries = 0; field in OtaspActivationService
83 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()