HomeSort by relevance Sort by last modified time
    Searched defs:cdmaOtaScreenState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
OtaUtils.java 514 if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) {
665 if (mApplication.cdmaOtaScreenState.otaScreenState !=
666 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) {
711 mApplication.cdmaOtaScreenState.otaScreenState =
712 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
    [all...]
PhoneGlobals.java 71 import com.android.phone.OtaUtils.CdmaOtaScreenState;
247 // cdmaOtaScreenState object store OTA Screen State information.
250 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState;
604 cdmaOtaScreenState = new OtaUtils.CdmaOtaScreenState();
    [all...]

Completed in 37 milliseconds