Home
last modified time | relevance | path

Searched refs:getCallComposerStatus (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl141 int getCallComposerStatus(int subId); in getCallComposerStatus() method
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java2581 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
H A DPhoneInterfaceManager.java6991 public int getCallComposerStatus(int subId) { in getCallComposerStatus() method in PhoneInterfaceManager
7001 return imsPhone.getCallComposerStatus(); in getCallComposerStatus()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java988 return tm.getCallComposerStatus() == TelephonyManager.CALL_COMPOSER_STATUS_ON; in isCallComposerEnabledByUser()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java311 public int getCallComposerStatus() { in getCallComposerStatus() method in ImsPhone
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1227 && imsPhone.getCallComposerStatus() == TelephonyManager.CALL_COMPOSER_STATUS_ON in onCallFilteringCompleted()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java9282 public @CallComposerStatus int getCallComposerStatus() { in getCallComposerStatus() method in TelephonyManager
9286 return telephony.getCallComposerStatus(getSubId()); in getCallComposerStatus()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42695 …resPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public int getCallComposerStatus();