Home | History | Annotate | Download | only in phone

Lines Matching refs:OtaScreenState

201                 boolean activateState = (app.cdmaOtaScreenState.otaScreenState
202 == OtaUtils.CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION);
203 boolean dialogState = (app.cdmaOtaScreenState.otaScreenState
204 == OtaUtils.CdmaOtaScreenState.OtaScreenState
211 // otaScreenState somehow gets left in either PROGRESS or
213 if ((app.cdmaOtaScreenState.otaScreenState
214 == OtaUtils.CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS)
215 || (app.cdmaOtaScreenState.otaScreenState
216 == OtaUtils.CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING)) {