Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java2768 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
DPhoneInterfaceManager.java6908 public int getCallComposerStatus(int subId) { in getCallComposerStatus() method in PhoneInterfaceManager
6918 return imsPhone.getCallComposerStatus(); in getCallComposerStatus()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1227 && imsPhone.getCallComposerStatus() == TelephonyManager.CALL_COMPOSER_STATUS_ON in onCallFilteringCompleted()