Searched defs:localProfile (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java194 * @param localProfile the SIP profile to make calls from
198 public void open(SipProfile localProfile) throws SipException { argument
201 mSipService.open(localProfile, mContext.getOpPackageName());
218 * @param localProfile the SIP profile to receive incoming calls for
236 public void open(SipProfile localProfile, argument
245 mSipService.open3(localProfile, incomingCallPendingIntent,
246 createRelay(listener, localProfile.getUriString()),
335 * @param localProfile the SIP profile to make the call from
347 public SipAudioCall makeAudioCall(SipProfile localProfile, argument
353 SipAudioCall call = new SipAudioCall(mContext, localProfile);
505 register(SipProfile localProfile, int expiryTime, SipRegistrationListener listener) argument
532 unregister(SipProfile localProfile, SipRegistrationListener listener) argument
585 createSipSession(SipProfile localProfile, SipSession.Listener listener) argument
[all...]
H A DSipAudioCall.java200 public SipAudioCall(Context context, SipProfile localProfile) { argument
202 mLocalProfile = localProfile;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java373 SipProfile localProfile, String sessionDescription,
380 response.addHeader(createContactHeader(localProfile, externalIp,
372 sendInviteOk(RequestEvent event, SipProfile localProfile, String sessionDescription, ServerTransaction inviteTransaction, String externalIp, int externalPort) argument
H A DSipService.java146 public synchronized void open(SipProfile localProfile, String opPackageName) { argument
150 localProfile.setCallingUid(Binder.getCallingUid());
152 createGroup(localProfile);
160 public synchronized void open3(SipProfile localProfile, argument
167 localProfile.setCallingUid(Binder.getCallingUid());
173 if (DBG) log("open3: " + obfuscateSipUri(localProfile.getUriString()) + ": "
176 SipSessionGroupExt group = createGroup(localProfile,
178 if (localProfile.getAutoRegistration()) {
266 public synchronized ISipSession createSession(SipProfile localProfile, argument
268 if (DBG) log("createSession: profile" + localProfile);
307 createGroup(SipProfile localProfile) argument
321 createGroup(SipProfile localProfile, PendingIntent incomingCallPendingIntent, ISipSessionListener listener) argument
341 notifyProfileAdded(SipProfile localProfile) argument
351 notifyProfileRemoved(SipProfile localProfile) argument
368 startPortMappingLifetimeMeasurement( SipProfile localProfile) argument
374 startPortMappingLifetimeMeasurement( SipProfile localProfile, int maxInterval) argument
396 restartPortMappingLifetimeMeasurement( SipProfile localProfile, int maxInterval) argument
487 SipSessionGroupExt(SipProfile localProfile, PendingIntent incomingCallPendingIntent, ISipSessionListener listener) argument
644 SipKeepAliveProcessCallback(SipProfile localProfile, int minInterval, int maxInterval) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java235 private static int applyLocalCallCapabilities(ImsCallProfile localProfile, int capabilities) { argument
236 Rlog.w(LOG_TAG, "applyLocalCallCapabilities - localProfile = "+localProfile);
240 switch (localProfile.mCallType) {

Completed in 258 milliseconds