Home
last modified time | relevance | path

Searched refs:CALL_STATE_IDLE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoundTriggerHelper.java141 mCallActive = mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE; in startRecognition()
547 onCallStateChangedLocked(TelephonyManager.CALL_STATE_IDLE != state); in onCallStateChanged()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java97 if (getTelephonyManager().getCallState() != TelephonyManager.CALL_STATE_IDLE) { in onKeyDown()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardHostView.java345 mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE) { in interceptMediaKey()
DKeyguardUpdateMonitor.java1064 mPhoneState = TelephonyManager.CALL_STATE_IDLE; in handlePhoneStateChanged()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2499 public static final int CALL_STATE_IDLE = 0; field in TelephonyManager
2526 return CALL_STATE_IDLE; in getCallState()
2540 return CALL_STATE_IDLE; in getCallState()
2544 return CALL_STATE_IDLE; in getCallState()
2547 return CALL_STATE_IDLE; in getCallState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java322 return TelephonyManager.CALL_STATE_IDLE; in convertCallState()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java199 if (state == TelephonyManager.CALL_STATE_IDLE) { in GpsNetInitiatedHandler()
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java934 return TelephonyManager.CALL_STATE_IDLE; in getCallState()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java317 mCallState[i] = TelephonyManager.CALL_STATE_IDLE; in TelephonyRegistry()
1432 if (state == TelephonyManager.CALL_STATE_IDLE) { in broadcastCallStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java359 if (TelephonyManager.CALL_STATE_IDLE == phoneState // call ending
/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java420 || (state == TelephonyManager.CALL_STATE_IDLE)) {
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1806 if (mCallState != TelephonyManager.CALL_STATE_IDLE && !mZenModeHelper.isCall(record)) { in disableNotificationEffects()
3151 case TelephonyManager.CALL_STATE_IDLE: return "CALL_STATE_IDLE"; in callStateToString()
/frameworks/base/api/
Dcurrent.txt31154 field public static final int CALL_STATE_IDLE = 0; // 0x0
Dsystem-current.txt33428 field public static final int CALL_STATE_IDLE = 0; // 0x0