OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdmaPhoneCallState
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
262
if (app.
cdmaPhoneCallState
.getCurrentCallState()
263
==
CdmaPhoneCallState
.PhoneCallState.IDLE) {
266
app.
cdmaPhoneCallState
.setCurrentCallState(
267
CdmaPhoneCallState
.PhoneCallState.SINGLE_ACTIVE);
271
app.
cdmaPhoneCallState
.setCurrentCallState(
272
CdmaPhoneCallState
.PhoneCallState.CONF_CALL);
276
app.
cdmaPhoneCallState
.setAddCallMenuStateAfterCallWaiting(true);
303
// restore the
cdmaPhoneCallState
and bthf.cdmaSetSecondCallState:
304
app.
cdmaPhoneCallState
.setCurrentCallState(
305
app.
cdmaPhoneCallState
.getPreviousCallState())
[
all
...]
BluetoothHandsfree.java
113
CdmaPhoneCallState
.PhoneCallState mCdmaThreeWayCallState =
114
CdmaPhoneCallState
.PhoneCallState.IDLE;
778
if (app.
cdmaPhoneCallState
!= null) {
779
CdmaPhoneCallState
.PhoneCallState currCdmaThreeWayCallState =
780
app.
cdmaPhoneCallState
.getCurrentCallState();
781
CdmaPhoneCallState
.PhoneCallState prevCdmaThreeWayCallState =
782
app.
cdmaPhoneCallState
.getPreviousCallState();
795
CdmaPhoneCallState
.PhoneCallState.THRWAY_ACTIVE)
796
&& app.
cdmaPhoneCallState
.IsThreeWayCallOrigStateDialing()) {
[
all
...]
PhoneApp.java
158
CdmaPhoneCallState
cdmaPhoneCallState
;
429
// Create an instance of
CdmaPhoneCallState
and initialize it to IDLE
430
cdmaPhoneCallState
= new
CdmaPhoneCallState
();
431
cdmaPhoneCallState
.CdmaPhoneCallStateInit();
[
all
...]
CallCard.java
292
if ((mApplication.
cdmaPhoneCallState
.getCurrentCallState()
293
==
CdmaPhoneCallState
.PhoneCallState.THRWAY_ACTIVE)
294
&& mApplication.
cdmaPhoneCallState
.IsThreeWayCallOrigStateDialing()) {
650
if (mApplication.
cdmaPhoneCallState
.IsThreeWayCallOrigStateDialing()) {
[
all
...]
CallNotifier.java
289
mApplication.
cdmaPhoneCallState
.setAddCallMenuStateAfterCallWaiting(true);
[
all
...]
InCallScreen.java
458
if (app.
cdmaPhoneCallState
.getCurrentCallState()
459
==
CdmaPhoneCallState
.PhoneCallState.THRWAY_ACTIVE) {
461
app.
cdmaPhoneCallState
.setThreeWayCallOrigState(false);
[
all
...]
Completed in 162 milliseconds