Home | History | Annotate | Download | only in phone

Lines Matching refs:CdmaOtaInCallScreenUiState

23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
517 // But now, set the global CdmaOtaInCallScreenUiState object into
522 OtaUtils.CdmaOtaInCallScreenUiState.State.NORMAL);
525 // app.cdmaOtaInCallScreenUiState.state are mostly redundant. Combine them.
627 if (getCdmaOtaInCallScreenUiState() == CdmaOtaInCallScreenUiState.State.NORMAL) {
1404 mApplication.cdmaOtaInCallScreenUiState.state = State.UNDEFINED;
1473 public static class CdmaOtaInCallScreenUiState {
1482 public CdmaOtaInCallScreenUiState() {
1484 state = CdmaOtaInCallScreenUiState.State.UNDEFINED;
1491 public void setCdmaOtaInCallScreenUiState(CdmaOtaInCallScreenUiState.State state) {
1493 mApplication.cdmaOtaInCallScreenUiState.state = state;
1499 public CdmaOtaInCallScreenUiState.State getCdmaOtaInCallScreenUiState() {
1501 + mApplication.cdmaOtaInCallScreenUiState.state);
1502 return mApplication.cdmaOtaInCallScreenUiState.state;