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.java1395 mApplication.cdmaOtaInCallScreenUiState.state = State.UNDEFINED; in cleanOtaScreen()
1484 mApplication.cdmaOtaInCallScreenUiState.state = state; in setCdmaOtaInCallScreenUiState()
1492 + mApplication.cdmaOtaInCallScreenUiState.state); in getCdmaOtaInCallScreenUiState()
1493 return mApplication.cdmaOtaInCallScreenUiState.state; in getCdmaOtaInCallScreenUiState()
DPhoneGlobals.java185 public OtaUtils.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState; field in PhoneGlobals
377 cdmaOtaInCallScreenUiState = new OtaUtils.CdmaOtaInCallScreenUiState(); in onCreate()