Home
last modified time | relevance | path

Searched refs:getAllHistoricalData (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsActivityCommon.java472 getAllHistoricalData(activity.getNumber(), activity.callDetailsEntries); in onHistoricalDataChanged()
484 private Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData( in getAllHistoricalData() method in CallDetailsActivityCommon.EnrichedCallHistoricalDataChangedListener
493 .getAllHistoricalData(number, entries); in getAllHistoricalData()
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
H A DEnrichedCallManager.java227 Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData( in getAllHistoricalData() method
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
H A DEnrichedCallManagerStub.java122 public Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData( in getAllHistoricalData() method in EnrichedCallManagerStub