Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/enrichedcall/simulator/
DEnrichedCallSimulatorActivity.java70 sessionsAdapter.setSessionStrings(getEnrichedCallManager().getAllSessionsForDisplay()); in onCreate()
103 sessionsAdapter.setSessionStrings(getEnrichedCallManager().getAllSessionsForDisplay()); in refreshSessions()
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
DEnrichedCallManager.java173 List<String> getAllSessionsForDisplay(); in getAllSessionsForDisplay() method
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
DEnrichedCallManagerStub.java94 public List<String> getAllSessionsForDisplay() { in getAllSessionsForDisplay() method in EnrichedCallManagerStub