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/
DMediaScanTriggerJob.java24 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
60 + " AND (" + COLUMN_DESTINATION + "=" + DESTINATION_EXTERNAL in onStartJob()
DDownloadProvider.java25 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
443 + " != " + Downloads.Impl.DESTINATION_EXTERNAL; in makeCacheDownloadsInvisible()
453 Integer.toString(Downloads.Impl.DESTINATION_EXTERNAL), in addMediaStoreUris()
557 + " AND (" + COLUMN_DESTINATION + "=" + Downloads.Impl.DESTINATION_EXTERNAL in nullifyMediaStoreUris()
804 } else if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
832 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
1069 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in ensureDefaultColumns()
1562 } else if ((info.mDestination == Downloads.Impl.DESTINATION_EXTERNAL in update()
1841 destination == Downloads.Impl.DESTINATION_EXTERNAL in openFile()
DHelpers.java23 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
641 case Downloads.Impl.DESTINATION_EXTERNAL: in getDestinationDirectory()
675 if ((destination == DESTINATION_EXTERNAL in handleRemovedUidEntries()
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()