HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATE_IDLE (Results 1 - 25 of 44) sorted by null

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 66 final static int CALL_STATE_IDLE = 6;
HeadsetPhoneState.java 48 private int mCallState = HeadsetHalConstants.CALL_STATE_IDLE;
HeadsetStateMachine.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 33 private int mCurrentState = TelephonyManager.CALL_STATE_IDLE;
67 int callState = TelephonyManager.CALL_STATE_IDLE;
BluetoothPhoneService.java 91 private static final int CALL_STATE_IDLE = 6;
105 private int mBluetoothCallState = CALL_STATE_IDLE;
587 if (state == CALL_STATE_IDLE) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 49 if (state != TelephonyManager.CALL_STATE_IDLE
124 != TelephonyManager.CALL_STATE_IDLE) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 89 if (state != TelephonyManager.CALL_STATE_IDLE && state != mInitialCallState) {
108 boolean inCall = mInitialCallState != TelephonyManager.CALL_STATE_IDLE;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 78 || monitor.getPhoneState() != TelephonyManager.CALL_STATE_IDLE;
KeyguardFaceUnlockView.java 234 if (monitor.getPhoneState() == TelephonyManager.CALL_STATE_IDLE
KeyguardViewBase.java 321 mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE) {
KeyguardUpdateMonitor.java     [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 150 if (state != TelephonyManager.CALL_STATE_IDLE
333 != TelephonyManager.CALL_STATE_IDLE) {
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
SoundTriggerHelper.java 141 mCallActive = mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE;
547 onCallStateChangedLocked(TelephonyManager.CALL_STATE_IDLE != state);
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 136 assertTrue(mTelephonyManager.getCallState() >= TelephonyManager.CALL_STATE_IDLE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 96 if (getTelephonyManager().getCallState() != TelephonyManager.CALL_STATE_IDLE) {
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 200 if (state == TelephonyManager.CALL_STATE_IDLE) {
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 797 * {@link TelephonyManager#CALL_STATE_IDLE}
814 return TelephonyManager.CALL_STATE_IDLE;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 282 * {@link #CALL_STATE_IDLE}.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 322 return TelephonyManager.CALL_STATE_IDLE;
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 305 mCallState[i] = TelephonyManager.CALL_STATE_IDLE;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 349 if (TelephonyManager.CALL_STATE_IDLE == phoneState // call ending
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 365 if (tm.getCallState() == TelephonyManager.CALL_STATE_IDLE) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 321 pref.setEnabled(state == TelephonyManager.CALL_STATE_IDLE);
    [all...]
MobileNetworkSettings.java 152 pref.setEnabled((state == TelephonyManager.CALL_STATE_IDLE) &&
    [all...]
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 414 || (state == TelephonyManager.CALL_STATE_IDLE)) {
    [all...]

Completed in 1172 milliseconds

1 2