Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java481 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, in makeCall() argument
485 + ", profile=" + profile + ", callees=" + callees); in makeCall()
495 if ((callees != null) && (callees.length == 1)) { in makeCall()
496 call.start(session, callees[0]); in makeCall()
498 call.start(session, callees); in makeCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java408 String[] callees = new String[] { conn.getAddress() }; in dialInternal() local
414 callees, mImsCallListener); in dialInternal()
840 String[] callees = new String[] { ussdString }; in sendUSSD() local
847 callees, mImsUssdListener); in sendUSSD()
/frameworks/compile/libbcc/
DREADME.rst198 Environment if those runtime library callees are not compiled using LLVM.)