Searched refs:callees (Results 1 – 3 of 3) sorted by relevance
1952 public ImsCall makeCall(ImsCallProfile profile, String[] callees, in makeCall() argument1965 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()
198 Environment if those runtime library callees are not compiled using LLVM.)
1452 String[] callees = new String[] { conn.getAddress() }; in dialInternal() local1503 conn.isAdhocConference() ? conn.getParticipantsToDial() : callees, in dialInternal()2284 String[] callees = new String[] { ussdString }; in sendUSSD() local2290 mUssdSession = mImsManager.makeCall(profile, callees, mImsUssdListener); in sendUSSD()