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.java1952 public ImsCall makeCall(ImsCallProfile profile, String[] callees, in makeCall() argument
1965 if ((callees != null) && (callees.length == 1) && !(session.isMultiparty())) { in makeCall()
1966 call.start(session, callees[0]); in makeCall()
1968 call.start(session, callees); in makeCall()
/frameworks/compile/libbcc/
DREADME.rst198 Environment if those runtime library callees are not compiled using LLVM.)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1452 String[] callees = new String[] { conn.getAddress() }; in dialInternal() local
1503 conn.isAdhocConference() ? conn.getParticipantsToDial() : callees, in dialInternal()
2284 String[] callees = new String[] { ussdString }; in sendUSSD() local
2290 mUssdSession = mImsManager.makeCall(profile, callees, mImsUssdListener); in sendUSSD()