HomeSort by relevance Sort by last modified time
    Searched defs:callId (Results 26 - 50 of 52) sorted by null

12 3

  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogBackupAgent.java 309 final int callId;
311 callId = Integer.parseInt(data.getKey());
323 call.id = callId;
368 Log.e(TAG, "Error reading call data for " + callId, e);
523 private void removeCallFromBackup(BackupDataOutput output, int callId) {
525 output.writeEntityHeader(Integer.toString(callId), -1);
527 Log.e(TAG, "Failed to remove call: " + callId, e);
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 34 import gov.nist.javax.sip.header.CallID;
258 String callId = Utils.getInstance().generateCallIdentifier(this.getListeningPoint()
260 CallID callid = new CallID(); local
262 callid.setCallId(callId);
265 return callid;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 551 CallID cid = (CallID) this.getCallId();
587 CallID cid = (CallID) this.getCallId();
705 || nextHeader instanceof CallID
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ContactInfoCache.java 302 ContactCacheEntry getInfo(String callId) {
303 return infoMap.get(callId);
357 final String callId = call.getId();
358 final ContactCacheEntry cacheEntry = infoMap.get(callId);
359 Set<ContactInfoCacheCallback> callBacks = this.callBacks.get(callId);
364 Log.d(TAG, "findInfo: callId = " + callId + "; forceQuery = " + forceQuery);
373 callback.onContactInfoComplete(callId, cacheEntry);
395 this.callBacks.put(callId, callBacks);
405 final CallerInfoQueryToken queryToken = new CallerInfoQueryToken(queryId, callId);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java 199 public String callId;
228 CallInfoImpl(String callId, int callDirection) {
229 this.callId = callId;
240 this.callId = other.callId;
269 Log.d(TAG, "setting startTime for call " + callId + " to " + startTime);
275 Log.d(TAG, "setting endTime for call " + callId + " to " + endTime);
281 Log.d(TAG, "setting isAdditional for call " + callId + " to " + isAdditional);
287 Log.d(TAG, "setting isInterrupted for call " + callId + " to " + isInterrupted)
    [all...]
ConnectionServiceWrapper.java 73 public void handleCreateConnectionComplete(String callId, ConnectionRequest request,
79 logIncoming("handleCreateConnectionComplete %s", callId);
81 .handleCreateConnectionComplete(callId, request, connection);
84 logOutgoing("createConnectionComplete %s", callId);
86 mServiceInterface.createConnectionComplete(callId,
102 public void setActive(String callId, Session.Info sessionInfo) {
107 logIncoming("setActive %s", callId);
108 Call call = mCallIdMapper.getCall(callId);
125 public void setRinging(String callId, Session.Info sessionInfo) {
130 logIncoming("setRinging %s", callId);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 332 String callId = startOutgoingPhoneCallWithNoPhoneAccount("650-555-1212",
335 mInCallServiceFixtureX.getCall(callId).getState());
337 mInCallServiceFixtureY.getCall(callId).getState());
338 mInCallServiceFixtureX.mInCallAdapter.phoneAccountSelected(callId,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 31 import gov.nist.javax.sip.header.CallID;
246 protected CallID callId;
396 this.callId = (CallID) newOriginalRequest.getCallId();
983 // CallID, CSeq number, and top Via
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 62 public static void onCallAdded(String callId, Call call) {
67 new CallEvent<Call>(callId, call));
71 public static void onCallRemoved(String callId, Call call) {
76 new CallEvent<Call>(callId, call));
116 CallEvent(String callId, EventType event) {
117 mCallId = callId;
132 VideoCallEvent(String callId, EventType event) {
133 super(callId, event);
168 public CallCallback(String callId, int events) {
171 mCallId = callId;
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 270 String callId,
277 args.arg1 = callId;
289 public void handoverFailed(String callId, ConnectionRequest request, int reason,
294 args.arg1 = callId;
305 public void handoverComplete(String callId, Session.Info sessionInfo) {
309 args.arg1 = callId;
318 public void abort(String callId, Session.Info sessionInfo) {
322 args.arg1 = callId;
331 public void answerVideo(String callId, int videoState, Session.Info sessionInfo) {
335 args.arg1 = callId;
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 287 public synchronized ISipSession getPendingSession(String callId, String opPackageName) {
291 if (callId == null) return null;
292 return mPendingSessions.get(callId);
427 String callId = ringingSession.getCallId();
429 if ((group != ringingGroup) && group.containsSession(callId)) {
501 public boolean containsSession(String callId) {
502 return mSipGroup.containsSession(callId);
    [all...]
SipSessionGroup.java 273 synchronized boolean containsSession(String callId) {
274 return mSessionMap.containsKey(callId);
447 String callId = replaces.getCallId();
448 SipSessionImpl session = mSessionMap.get(callId);
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java     [all...]
ImsCall.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 288 public final String callId;
291 public IncomingThirdPartyCallArgs(ComponentName component, String callId,
294 this.callId = callId;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 542 milliseconds

12 3