Searched defs:CdmaOtaInCallScreenUiState (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DOtaUtils.java23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
518 // But now, set the global CdmaOtaInCallScreenUiState object into
523 OtaUtils.CdmaOtaInCallScreenUiState.State.NORMAL);
628 if (getCdmaOtaInCallScreenUiState() == CdmaOtaInCallScreenUiState.State.NORMAL) {
1474 public static class CdmaOtaInCallScreenUiState { class in class:OtaUtils
1483 public CdmaOtaInCallScreenUiState() { method in class:OtaUtils.CdmaOtaInCallScreenUiState
1485 state = CdmaOtaInCallScreenUiState.State.UNDEFINED;
1492 public void setCdmaOtaInCallScreenUiState(CdmaOtaInCallScreenUiState.State state) {
1500 public CdmaOtaInCallScreenUiState.State getCdmaOtaInCallScreenUiState() {

Completed in 34 milliseconds