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

/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java75 public final int OTA_SPC_TIMEOUT = 60; field in class:OtaUtils
250 otaShowSpcErrorNotice(OTA_SPC_TIMEOUT);
802 if (tmpOtaSpcLeftTime >= OTA_SPC_TIMEOUT*1000) {
805 tmpSpcTime = OTA_SPC_TIMEOUT - (int)tmpOtaSpcLeftTime/1000;

Completed in 4 milliseconds