Searched refs:OTA_SPC_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
78 public final int OTA_SPC_TIMEOUT = 60; field in OtaUtils597 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()