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