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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 93 final NewCall[] newCalls = mNewCallsQuery.query();
116 NewCall callToNotify = null;
119 for (NewCall newCall : newCalls) {
121 String name = names.get(newCall.number);
124 newCall.accountComponentName,
125 newCall.accountId);
126 name = mPhoneNumberHelper.getDisplayName(accountHandle, newCall.number,
127 newCall.numberPresentation).toString();
131 name = mNameLookupQuery.query(newCall.number)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIdMapper.java 86 void replaceCall(Call newCall, Call callToReplace) {
91 mCalls.put(callId, newCall);
ConnectionServiceWrapper.java     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 227 * @param newCall the call object that is extended to the conference from the active call
229 public void onCallConferenceExtended(ImsCall call, ImsCall newCall) {
249 * @param newCall the call object that is extended to the conference from the active call
251 public void onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 90 milliseconds