Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DOmtpVvmSyncService.java213 List<Voicemail> serverVoicemails = imapHelper.fetchAllVoicemails(); in syncAll() local
218 if (localVoicemails == null || serverVoicemails == null) { in syncAll()
234 Map<String, Voicemail> remoteMap = buildMap(serverVoicemails); in syncAll()