Searched refs:getCallState (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
H A DImsExternalCallState.java119 public int getCallState() { method in class:ImsExternalCallState
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl173 * @see TelecomServiceImpl#getCallState
175 int getCallState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCallTracker.java275 if (callState.getCallState() != ImsExternalCallState.CALL_STATE_CONFIRMED) {
349 Call.State newState = state.getCallState() == ImsExternalCallState.CALL_STATE_CONFIRMED ?
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java97 if (getTelephonyManager().getCallState() != TelephonyManager.CALL_STATE_IDLE) {
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java1060 * preserve the behavior of {@link TelephonyManager#getCallState()}, which also did not require
1065 public int getCallState() { method in class:TelecomManager
1068 return getTelecomService().getCallState();
1071 Log.d(TAG, "RemoteException calling getCallState().", e);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl365 int getCallState();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java327 mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java1517 when(mContext.telephonyManager.getCallState())
1527 when(mContext.telephonyManager.getCallState())
1537 when(mContext.telephonyManager.getCallState()).thenReturn(TelephonyManager.CALL_STATE_IDLE);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java287 * Instead, use {@link #getCallState} to synchronously query the current call state.
291 * @see #getCallState
2825 public int getCallState() { method in class:TelephonyManager
2829 return telecom.getCallState();
2832 Log.e(TAG, "Error calling ITelecomService#getCallState", e);
2844 public int getCallState(int subId) { method in class:TelephonyManager
2850 * See getCallState.
/frameworks/base/core/java/android/os/
H A DUserManager.java762 boolean inCall = TelephonyManager.getDefault().getCallState()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java865 mCallActive = mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java197 assertEquals(CallState.CALL_ACTIVE, log.callSessions[0].events[1].getCallState());
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java8728 if (mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE) {

Completed in 526 milliseconds