Home
last modified time | relevance | path

Searched refs:getCurrentCallState (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DCdmaPhoneCallState.java85 public PhoneCallState getCurrentCallState() { in getCurrentCallState() method in CdmaPhoneCallState
DCallController.java131 if (mApp.cdmaPhoneCallState.getCurrentCallState() in handleMessage()
532 if (mApp.cdmaPhoneCallState.getCurrentCallState() in placeCallInternal()
DPhoneUtils.java269 if (app.cdmaPhoneCallState.getCurrentCallState() in answerCall()
563 if (app.cdmaPhoneCallState.getCurrentCallState() == in updateCdmaCallStateOnNewOutgoingCall()
856 if (app.cdmaPhoneCallState.getCurrentCallState() in mergeCalls()
1795 CdmaPhoneCallState.PhoneCallState state = app.cdmaPhoneCallState.getCurrentCallState(); in isConferenceCall()
2215 return (app.cdmaPhoneCallState.getCurrentCallState() in okToSwapCalls()
2241 return ((app.cdmaPhoneCallState.getCurrentCallState() in okToMergeCalls()
2716 + app.cdmaPhoneCallState.getCurrentCallState()); in dumpCallState()
DBluetoothHandsfree.java1138 app.cdmaPhoneCallState.getCurrentCallState(); in handlePreciseCallStateChange()
1841 if (PhoneApp.getInstance().cdmaPhoneCallState.getCurrentCallState() in cdmaGetClccResult()
1844 } else if (PhoneApp.getInstance().cdmaPhoneCallState.getCurrentCallState() in cdmaGetClccResult()
1866 app.cdmaPhoneCallState.getCurrentCallState(); in cdmaConnectionToClccEntry()
2395 .getCurrentCallState() in initializeHandsfreeAtParser()
2412 PhoneApp.getInstance().cdmaPhoneCallState.getCurrentCallState(); in initializeHandsfreeAtParser()
DInCallScreen.java1393 mApp.cdmaPhoneCallState.getCurrentCallState(); in handleCallKey()
2436 if (mApp.cdmaPhoneCallState.getCurrentCallState() == in updateScreen()
DCallCard.java365 if ((mApplication.cdmaPhoneCallState.getCurrentCallState() in updateForegroundCall()