HomeSort by relevance Sort by last modified time
    Searched refs:getAllHistoricalData (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/enrichedcall/
EnrichedCallManager.java 186 * #getAllHistoricalData(String, CallDetailsEntries)} to retrieve the new data.
227 Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData(
  /packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
EnrichedCallManagerStub.java 122 public Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData(
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsActivity.java 509 getAllHistoricalData(activity.contact.getNumber(), activity.entries);
522 private Map<CallDetailsEntry, List<HistoryResult>> getAllHistoricalData(
531 .getAllHistoricalData(number, entries);

Completed in 221 milliseconds