Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DMediaScanTriggerJob.java24 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
66 + " AND (" + COLUMN_DESTINATION + "=" + DESTINATION_EXTERNAL in onStartJob()
H A DHelpers.java26 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
799 case Downloads.Impl.DESTINATION_EXTERNAL: in getDestinationDirectory()
840 if ((destination == DESTINATION_EXTERNAL in handleRemovedUidEntries()
H A DDownloadProvider.java435 + " != " + Downloads.Impl.DESTINATION_EXTERNAL; in makeCacheDownloadsInvisible()
502 + " AND (" + COLUMN_DESTINATION + "=" + Downloads.Impl.DESTINATION_EXTERNAL in nullifyMediaStoreUris()
735 } else if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
763 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in insert()
1009 if (dest == Downloads.Impl.DESTINATION_EXTERNAL) { in ensureDefaultColumns()
1452 } else if ((info.mDestination == Downloads.Impl.DESTINATION_EXTERNAL in update()
1718 destination == Downloads.Impl.DESTINATION_EXTERNAL in openFile()
H A DDownloadInfo.java451 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DHelpersTest.java21 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
600 DESTINATION_EXTERNAL, in prepareData()
610 case DESTINATION_EXTERNAL: { in prepareData()
H A DDownloadProviderFunctionalTest.java176 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in requestDownload()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java440 public static final int DESTINATION_EXTERNAL = 0; field in Downloads.Impl
/aosp12/frameworks/base/core/java/android/provider/
H A DDownloads.java488 public static final int DESTINATION_EXTERNAL = 0; field in Downloads.Impl
/aosp12/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
H A DPublicApiAccessTest.java122 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in testInvalidDestination()
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java1738 destinationType == Downloads.Impl.DESTINATION_EXTERNAL || in getLocalUri()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45269 Landroid/provider/Downloads$Impl;->DESTINATION_EXTERNAL:I