Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DOtaUtils.java78 public final int OTA_SPC_TIMEOUT = 60; field in OtaUtils
597 otaShowSpcErrorNotice(OTA_SPC_TIMEOUT); in onOtaProvisionStatusChanged()
1318 if (tmpOtaSpcLeftTime >= OTA_SPC_TIMEOUT*1000) { in getOtaSpcDisplayTime()
1321 tmpSpcTime = OTA_SPC_TIMEOUT - (int)tmpOtaSpcLeftTime/1000; in getOtaSpcDisplayTime()