OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdmaPhoneCallState
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
186
CdmaPhoneCallState
cdmaPhoneCallState
;
412
// Create an instance of
CdmaPhoneCallState
and initialize it to IDLE
413
cdmaPhoneCallState
= new
CdmaPhoneCallState
();
414
cdmaPhoneCallState
.CdmaPhoneCallStateInit();
[
all
...]
CallNotifier.java
305
mApplication.
cdmaPhoneCallState
.setAddCallMenuStateAfterCallWaiting(true);
[
all
...]
PhoneUtils.java
293
if (app.
cdmaPhoneCallState
.getCurrentCallState()
294
==
CdmaPhoneCallState
.PhoneCallState.IDLE) {
297
app.
cdmaPhoneCallState
.setCurrentCallState(
298
CdmaPhoneCallState
.PhoneCallState.SINGLE_ACTIVE);
302
app.
cdmaPhoneCallState
.setCurrentCallState(
303
CdmaPhoneCallState
.PhoneCallState.CONF_CALL);
307
app.
cdmaPhoneCallState
.setAddCallMenuStateAfterCallWaiting(true);
357
// restore the
cdmaPhoneCallState
and btPhone.cdmaSetSecondCallState:
358
app.
cdmaPhoneCallState
.setCurrentCallState(
359
app.
cdmaPhoneCallState
.getPreviousCallState())
[
all
...]
Completed in 492 milliseconds