Home
last modified time | relevance | path

Searched refs:cdmaOtaInCallScreenUiState (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DOtaUtils.java1404 mApplication.cdmaOtaInCallScreenUiState.state = State.UNDEFINED; in cleanOtaScreen()
1493 mApplication.cdmaOtaInCallScreenUiState.state = state; in setCdmaOtaInCallScreenUiState()
1501 + mApplication.cdmaOtaInCallScreenUiState.state); in getCdmaOtaInCallScreenUiState()
1502 return mApplication.cdmaOtaInCallScreenUiState.state; in getCdmaOtaInCallScreenUiState()
DPhoneGlobals.java209 public OtaUtils.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState; field in PhoneGlobals
441 cdmaOtaInCallScreenUiState = new OtaUtils.CdmaOtaInCallScreenUiState(); in onCreate()