Searched defs:getCallState (Results 1 - 3 of 3) 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/android/telecom/
H A DTelecomManager.java1069 * preserve the behavior of {@link TelephonyManager#getCallState()}, which also did not require
1074 public int getCallState() { method in class:TelecomManager
1077 return getTelecomService().getCallState();
1080 Log.d(TAG, "RemoteException calling getCallState().", e);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java287 * Instead, use {@link #getCallState} to synchronously query the current call state.
291 * @see #getCallState
2826 public int getCallState() { method in class:TelephonyManager
2830 return telecom.getCallState();
2833 Log.e(TAG, "Error calling ITelecomService#getCallState", e);
2845 public int getCallState(int subId) { method in class:TelephonyManager
2851 * See getCallState.

Completed in 422 milliseconds