HomeSort by relevance Sort by last modified time
    Searched defs:addCall (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 43 * log.addCall(addCallArgs);
128 * Non blocking version of CallLog.addCall(...)
130 public AsyncTask addCall(AddCallArgs args) {
162 result[i] = Calls.addCall(
  /frameworks/base/core/java/android/provider/
CallLog.java 263 public static Uri addCall(CallerInfo ci, Context context, String number,
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 197 this.addCall = function(state, phoneNumber, callerName) {
198 print('Radio: addCall');
206 print('Radio: addCall, i=' + i);
208 print('Radio: addCall, calls[' + i + '] is undefined');
392 newCall = this.addCall(CALLSTATE_DIALING, req.data.address, '');
    [all...]

Completed in 2775 milliseconds