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/tools/lock_agent/
Dagent.cpp191 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() function in __anon0d800d060111::Transformer
206 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() function in __anon0d800d060111::Transformer
/frameworks/base/core/java/android/provider/
DCallLog.java1483 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
1524 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
1576 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() method in CallLog.Calls
1613 public static @NonNull Uri addCall( in addCall() method in CallLog.Calls
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java344 public void addCall(ParcelableCall call) { in addCall() method in InCallService.InCallServiceBinder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java374 private void addCall(Connection conn) { in addCall() method in VoiceCallSessionStats