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.java650 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, in makeCall() argument
654 + ", profile=" + profile + ", callees=" + callees); in makeCall()
664 if ((callees != null) && (callees.length == 1)) { in makeCall()
665 call.start(session, callees[0]); in makeCall()
667 call.start(session, callees); in makeCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java411 String[] callees = new String[] { conn.getAddress() }; in dialInternal() local
417 callees, mImsCallListener); in dialInternal()
871 String[] callees = new String[] { ussdString }; in sendUSSD() local
878 callees, mImsUssdListener); in sendUSSD()
/frameworks/compile/libbcc/
DREADME.rst198 Environment if those runtime library callees are not compiled using LLVM.)