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