Searched defs:logCall (Results 1 – 4 of 4) sorted by relevance
23 public void logCall(DialerCall call) {} in logCall() method in InCallUiLegacyBindingsStub
25 void logCall(DialerCall call); in logCall() method
271 void logCall(Call call, int type, boolean showNotificationForMissedCall, CallFilteringResult in logCall() method in CallLogManager305 void logCall(Call call, int callLogType, in logCall() method in CallLogManager
233 private MutableLogCall(T logCall, int times) { in MutableLogCall()