Home
last modified time | relevance | path

Searched defs:addCall (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl36 void addCall(in ParcelableCall call); in addCall() method
/frameworks/base/core/java/android/provider/
DCallLog.java628 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
668 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
717 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
/frameworks/base/tools/lock_agent/
Dagent.cpp191 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() function in __anonee1e6f5f0111::Transformer
206 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() function in __anonee1e6f5f0111::Transformer
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java329 private void addCall(Connection conn) { in addCall() method in VoiceCallSessionStats
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java326 public void addCall(ParcelableCall call) { in addCall() method in InCallService.InCallServiceBinder