Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java378 + " != " + Downloads.Impl.DESTINATION_EXTERNAL; in makeCacheDownloadsInvisible()
601 } else if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
624 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
704 boolean isExternal = (dest == null || dest == Downloads.Impl.DESTINATION_EXTERNAL); in insert()
1385 destination == Downloads.Impl.DESTINATION_EXTERNAL in openFile()
DDownloadReceiver.java149 + Downloads.Impl.DESTINATION_EXTERNAL + "," in handleUidRemoved()
DDownloadInfo.java453 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
DHelpers.java567 case Downloads.Impl.DESTINATION_EXTERNAL: in getDestinationDirectory()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java440 public static final int DESTINATION_EXTERNAL = 0; field in Downloads.Impl
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java99 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in testInvalidDestination()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadProviderFunctionalTest.java176 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in requestDownload()