Searched refs:callees (Results 1 – 3 of 3) sorted by relevance
1951 public ImsCall makeCall(ImsCallProfile profile, String[] callees, in makeCall() argument1964 if ((callees != null) && (callees.length == 1) && !(session.isMultiparty())) { in makeCall()1965 call.start(session, callees[0]); in makeCall()1967 call.start(session, callees); in makeCall()
198 Environment if those runtime library callees are not compiled using LLVM.)
1472 String[] callees = new String[] { conn.getAddress() }; in dialInternal() local1523 conn.isAdhocConference() ? conn.getParticipantsToDial() : callees, in dialInternal()2300 String[] callees = new String[] { ussdString }; in sendUSSD() local2306 mUssdSession = mImsManager.makeCall(profile, callees, mImsUssdListener); in sendUSSD()