Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java285 final Integer newDestination = in copyAttachment() local
287 if (newState == null && newDestination == null) { in copyAttachment()
291 final int destination = newDestination != null ? in copyAttachment()
292 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE; in copyAttachment()