Searched refs:cdmaOtaScreenState (Results 1 – 4 of 4) sorted by relevance
452 if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) { in isOtaspCallIntent()599 if (mApplication.cdmaOtaScreenState.otaScreenState != in onOtaProvisionStatusChanged()646 mApplication.cdmaOtaScreenState.otaScreenState = in otaShowHome()710 mApplication.cdmaOtaScreenState.otaScreenState = in otaShowActivateScreen()744 mApplication.cdmaOtaScreenState.otaScreenState = in otaShowListeningScreen()819 if (mApplication.cdmaOtaScreenState == null) { in sendOtaspResult()823 if (mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent == null) { in sendOtaspResult()831 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent); in sendOtaspResult()832 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent.send( in sendOtaspResult()854 mApplication.cdmaOtaScreenState.otaScreenState = in otaShowInProgressScreen()[all …]
199 boolean activateState = (app.cdmaOtaScreenState.otaScreenState in doReceive()201 boolean dialogState = (app.cdmaOtaScreenState.otaScreenState in doReceive()211 if ((app.cdmaOtaScreenState.otaScreenState in doReceive()213 || (app.cdmaOtaScreenState.otaScreenState in doReceive()
133 app.cdmaOtaScreenState.otaspResultCodePendingIntent = in onCreate()
184 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState; field in PhoneGlobals376 cdmaOtaScreenState = new OtaUtils.CdmaOtaScreenState(); in onCreate()