Home
last modified time | relevance | path

Searched defs:getCallComposerServerUrlForHandle (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyLocalConnection.java29 String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid); in getCallComposerServerUrlForHandle() method
33 public static String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid) { in getCallComposerServerUrlForHandle() method in TelephonyLocalConnection
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DLocalConnectionImpl.java34 public String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid) { in getCallComposerServerUrlForHandle() method in LocalConnectionImpl