Searched defs:AddCallArgs (Results 1 - 1 of 1) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallLogManager.java | 60 private static class AddCallArgs { class in class:CallLogManager 74 public AddCallArgs(Context context, CallerInfo callerInfo, String number, method in class:CallLogManager.AddCallArgs 293 AddCallArgs args = new AddCallArgs(mContext, callerInfo, number, postDialDigits, 346 * Adds the call defined by the parameters in the provided AddCallArgs to the CallLogProvider 352 public AsyncTask<AddCallArgs, Void, Uri[]> logCallAsync(AddCallArgs args) { 361 private class LogCallAsyncTask extends AsyncTask<AddCallArgs, Void, Uri[]> { 366 protected Uri[] doInBackground(AddCallArgs... callList) { 371 AddCallArgs [all...] |
Completed in 71 milliseconds