Home
last modified time | relevance | path

Searched refs:getLastUcePidfXmlShell (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DImsRcsController.java416 public String getLastUcePidfXmlShell(int subId) throws ImsException { in getLastUcePidfXmlShell() method in ImsRcsController
H A DTelephonyShellCommand.java2361 result = mInterface.getLastUcePidfXmlShell(subId); in handleUceGetPidfXml()
H A DPhoneInterfaceManager.java10753 public String getLastUcePidfXmlShell(int subId) { in getLastUcePidfXmlShell() method in PhoneInterfaceManager
10757 return mApp.imsRcsController.getLastUcePidfXmlShell(subId); in getLastUcePidfXmlShell()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2453 String getLastUcePidfXmlShell(int subId); in getLastUcePidfXmlShell() method