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

/packages/providers/MediaProvider/tools/genfiles/
H A Dgenfiles.sh25 EXTERNAL=$2
26 if [ "$EXTERNAL" == "" ]
28 EXTERNAL="/storage"
45 sqlite3 $1 "select format, media_type, mime_type, case when substr(_data,-1) is '\' then substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java294 destination == UIProvider.AttachmentDestination.EXTERNAL;
312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
H A DAttachment.java124 * file:// uri pointing to an EXTERNAL apk file. The package manager only
430 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL;
H A DUIProvider.java2064 public static final int EXTERNAL = 1; field in class:UIProvider.AttachmentDestination
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enum constant in enum:ImageManager.DataLocation
345 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS,
H A DImageGallery.java608 ImageManager.DataLocation.EXTERNAL,
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL);
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewController.java247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) {
337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java4301 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL &&

Completed in 2914 milliseconds