Searched refs:DESTINATION_FILE_URI (Results 1 – 7 of 7) sorted by relevance
24 import static android.provider.Downloads.Impl.DESTINATION_FILE_URI;238 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { in generateSaveFile()267 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { in generateSaveFile()652 || destination == DESTINATION_FILE_URI in handleRemovedUidEntries()
26 import static android.provider.Downloads.Impl.DESTINATION_FILE_URI;446 Integer.toString(Downloads.Impl.DESTINATION_FILE_URI), in addMediaStoreUris()774 if (dest == Downloads.Impl.DESTINATION_FILE_URI) { in insert()1064 } else if (dest != DESTINATION_FILE_URI in ensureDefaultColumns()1070 if (dest == Downloads.Impl.DESTINATION_FILE_URI) { in ensureDefaultColumns()1247 Downloads.Impl.DESTINATION_FILE_URI, in checkInsertPermissions()1554 || info.mDestination == Downloads.Impl.DESTINATION_FILE_URI in update()1828 || destination == Downloads.Impl.DESTINATION_FILE_URI in openFile()
452 mDestination == Downloads.Impl.DESTINATION_FILE_URI || in shouldScanFile()
691 if (mInfo.mDestination != Downloads.Impl.DESTINATION_FILE_URI) { in finalizeDestination()
77 "dispo", "locat", "video/mp4", Downloads.Impl.DESTINATION_FILE_URI); in testGenerateSaveFileHint()
473 public static final int DESTINATION_FILE_URI = 4; field in Downloads.Impl
128 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_FILE_URI); in testFileUriWithoutExternalPermission()