Searched refs:EXTERNAL (Results 1 – 9 of 9) sorted by relevance
25 EXTERNAL=$226 if [ "$EXTERNAL" == "" ]28 EXTERNAL="/storage"45 …en substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
294 destination == UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL; in getFilePath()
430 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()
2064 public static final int EXTERNAL = 1; field in UIProvider.AttachmentDestination
194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL); in onClick()261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL); in onClick()
247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) { in updateActionBar()337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL); in saveAttachment()
123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enumConstant345 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS, in makeImageList()
608 ImageManager.DataLocation.EXTERNAL,
4301 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL && in AttachmentsCursor()