HomeSort by relevance Sort by last modified time
    Searched refs:newCall (Results 1 - 7 of 7) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 91 final NewCall[] newCalls = mNewCallsQuery.query();
114 NewCall callToNotify = null;
117 for (NewCall newCall : newCalls) {
119 String name = names.get(newCall.number);
121 name = mPhoneNumberHelper.getDisplayName(newCall.number,
122 newCall.numberPresentation).toString();
126 name = mNameLookupQuery.query(newCall.number);
128 name = newCall.number;
131 names.put(newCall.number, name)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIdMapper.java 32 void replaceCall(Call newCall, Call callToReplace) {
37 mCalls.put(callId, newCall);
ConnectionServiceWrapper.java     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 173 * @param newCall the call object that is merged with an active & hold call
175 public void onCallMerged(ImsCall call, ImsCall newCall) {
176 onCallStateChanged(call, newCall);
225 * @param newCall the call object that is extended to the conference from the active call
227 public void onCallConferenceExtended(ImsCall call, ImsCall newCall) {
228 onCallStateChanged(call, newCall);
247 * @param newCall the call object that is extended to the conference from the active call
249 public void onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) {
250 onCallStateChanged(call, newCall);
346 * @param newCall the call object that will be replaced by the previous cal
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 736 milliseconds