OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdmaOtaInCallScreenUiState
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
23
import com.android.phone.OtaUtils.
CdmaOtaInCallScreenUiState
.State;
511
// But now, set the global
CdmaOtaInCallScreenUiState
object into
516
OtaUtils.
CdmaOtaInCallScreenUiState
.State.NORMAL);
519
// app.
cdmaOtaInCallScreenUiState
.state are mostly redundant. Combine them.
617
if (getCdmaOtaInCallScreenUiState() ==
CdmaOtaInCallScreenUiState
.State.NORMAL) {
[
all
...]
PhoneGlobals.java
182
public OtaUtils.
CdmaOtaInCallScreenUiState
cdmaOtaInCallScreenUiState
;
374
cdmaOtaInCallScreenUiState
= new OtaUtils.
CdmaOtaInCallScreenUiState
();
[
all
...]
Completed in 611 milliseconds