HomeSort by relevance Sort by last modified time
    Searched refs:mPreviousCallState (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 62 private PhoneCallState mPreviousCallState;
77 mPreviousCallState = PhoneCallState.IDLE;
93 mPreviousCallState = mCurrentCallState;
106 && (mPreviousCallState == PhoneCallState.IDLE)) {
143 return mPreviousCallState;
151 mPreviousCallState = PhoneCallState.IDLE;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 41 private int mPreviousCallState = -1;
166 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING
167 || mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_WAITING) {
178 mPreviousCallState = state;

Completed in 2233 milliseconds