Searched refs:CALL_STATE_IDLE (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java66 final static int CALL_STATE_IDLE = 6; field in class:HeadsetHalConstants
H A DHeadsetPhoneState.java44 private int mCallState = HeadsetHalConstants.CALL_STATE_IDLE;
H A DHeadsetStateMachine.java1373 HeadsetHalConstants.CALL_STATE_IDLE, "", 0), true);
1391 HeadsetHalConstants.CALL_STATE_IDLE, "", 0), true);
1931 (mPhoneState.getCallState() != HeadsetHalConstants.CALL_STATE_IDLE));
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerRingService.java51 if (state != TelephonyManager.CALL_STATE_IDLE
128 != TelephonyManager.CALL_STATE_IDLE) {
H A DAlarmKlaxon.java80 if (state != TelephonyManager.CALL_STATE_IDLE
196 != TelephonyManager.CALL_STATE_IDLE) {
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java144 if (state != TelephonyManager.CALL_STATE_IDLE
326 != TelephonyManager.CALL_STATE_IDLE) {
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothPhoneService.java883 final static int CALL_STATE_IDLE = 6; field in class:BluetoothPhoneService
901 return CALL_STATE_IDLE;
909 return CALL_STATE_IDLE;
924 return CALL_STATE_IDLE;
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java370 if (tm.getCallState() == TelephonyManager.CALL_STATE_IDLE) {
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java179 if ((state == TelephonyManager.CALL_STATE_IDLE) && dialpadChooserVisible()) {

Completed in 140 milliseconds