Home | History | Annotate | Download | only in phone

Lines Matching refs:cdmaOtaInCallScreenUiState

23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
518 // But now, set the global CdmaOtaInCallScreenUiState object into
523 OtaUtils.CdmaOtaInCallScreenUiState.State.NORMAL);
526 // app.cdmaOtaInCallScreenUiState.state are mostly redundant. Combine them.
628 if (getCdmaOtaInCallScreenUiState() == CdmaOtaInCallScreenUiState.State.NORMAL) {
1405 mApplication.cdmaOtaInCallScreenUiState.state = State.UNDEFINED;
1474 public static class CdmaOtaInCallScreenUiState {
1483 public CdmaOtaInCallScreenUiState() {
1485 state = CdmaOtaInCallScreenUiState.State.UNDEFINED;
1492 public void setCdmaOtaInCallScreenUiState(CdmaOtaInCallScreenUiState.State state) {
1494 mApplication.cdmaOtaInCallScreenUiState.state = state;
1500 public CdmaOtaInCallScreenUiState.State getCdmaOtaInCallScreenUiState() {
1502 + mApplication.cdmaOtaInCallScreenUiState.state);
1503 return mApplication.cdmaOtaInCallScreenUiState.state;