Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tools/genfiles/
Dgenfiles.sh25 EXTERNAL=$2
26 if [ "$EXTERNAL" == "" ]
28 EXTERNAL="/storage"
45 …en substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java294 destination == UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()
312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()
473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL; in getFilePath()
DAttachment.java430 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()
DUIProvider.java2064 public static final int EXTERNAL = 1; field in UIProvider.AttachmentDestination
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL); in onClick()
261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL); in onClick()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) { in updateActionBar()
337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL); in saveAttachment()
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enumConstant
345 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS, in makeImageList()
DImageGallery.java608 ImageManager.DataLocation.EXTERNAL,
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4301 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL && in AttachmentsCursor()