Searched refs:getCallComposerStatus (Results 1 – 8 of 8) sorted by relevance
141 int getCallComposerStatus(int subId); in getCallComposerStatus() method
2581 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
6991 public int getCallComposerStatus(int subId) { in getCallComposerStatus() method in PhoneInterfaceManager7001 return imsPhone.getCallComposerStatus(); in getCallComposerStatus()
988 return tm.getCallComposerStatus() == TelephonyManager.CALL_COMPOSER_STATUS_ON; in isCallComposerEnabledByUser()
311 public int getCallComposerStatus() { in getCallComposerStatus() method in ImsPhone
1227 && imsPhone.getCallComposerStatus() == TelephonyManager.CALL_COMPOSER_STATUS_ON in onCallFilteringCompleted()
9282 public @CallComposerStatus int getCallComposerStatus() { in getCallComposerStatus() method in TelephonyManager9286 return telephony.getCallComposerStatus(getSubId()); in getCallComposerStatus()
42695 …resPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public int getCallComposerStatus();