Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java23 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
617 case Downloads.Impl.DESTINATION_EXTERNAL: in getDestinationDirectory()
651 if ((destination == DESTINATION_EXTERNAL in handleRemovedUidEntries()
DDownloadProvider.java25 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
435 + " != " + Downloads.Impl.DESTINATION_EXTERNAL; in makeCacheDownloadsInvisible()
445 Integer.toString(Downloads.Impl.DESTINATION_EXTERNAL), in addMediaStoreUris()
778 } else if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
806 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
1061 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in ensureDefaultColumns()
1553 } else if ((info.mDestination == Downloads.Impl.DESTINATION_EXTERNAL in update()
1827 destination == Downloads.Impl.DESTINATION_EXTERNAL in openFile()
DDownloadInfo.java451 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
/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()