Searched refs:localVoicemails (Results 1 – 1 of 1) sorted by relevance
214 List<Voicemail> localVoicemails = queryHelper.getAllVoicemails(account); in syncAll() local218 if (localVoicemails == null || serverVoicemails == null) { in syncAll()246 for (int i = 0; i < localVoicemails.size(); i++) { in syncAll()247 Voicemail localVoicemail = localVoicemails.get(i); in syncAll()