Home
last modified time | relevance | path

Searched refs:cdmaOtaScreenState (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DOtaUtils.java452 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 …]
DOutgoingCallBroadcaster.java199 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()
DInCallScreenShowActivation.java133 app.cdmaOtaScreenState.otaspResultCodePendingIntent = in onCreate()
DPhoneGlobals.java184 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState; field in PhoneGlobals
376 cdmaOtaScreenState = new OtaUtils.CdmaOtaScreenState(); in onCreate()