Searched refs:getCallComposerServerUrlForHandle (Results 1 – 2 of 2) sorted by relevance
29 String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid); in getCallComposerServerUrlForHandle() method33 public static String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid) { in getCallComposerServerUrlForHandle() method in TelephonyLocalConnection35 return sInstance.getCallComposerServerUrlForHandle(subscriptionId, uuid); in getCallComposerServerUrlForHandle()
2140 String url = TelephonyLocalConnection.getCallComposerServerUrlForHandle( in dialInternal()