Searched refs:OTA_SPC_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
76 public final int OTA_SPC_TIMEOUT = 60; field in OtaUtils645 otaShowSpcErrorNotice(OTA_SPC_TIMEOUT); in onOtaProvisionStatusChanged()1365 if (tmpOtaSpcLeftTime >= OTA_SPC_TIMEOUT*1000) { in getOtaSpcDisplayTime()1368 tmpSpcTime = OTA_SPC_TIMEOUT - (int)tmpOtaSpcLeftTime/1000; in getOtaSpcDisplayTime()