Searched refs:DESTINATION_EXTERNAL (Results 1 – 6 of 6) sorted by relevance
23 import static android.provider.Downloads.Impl.DESTINATION_EXTERNAL;617 case Downloads.Impl.DESTINATION_EXTERNAL: in getDestinationDirectory()651 if ((destination == DESTINATION_EXTERNAL in handleRemovedUidEntries()
25 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()
451 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
440 public static final int DESTINATION_EXTERNAL = 0; field in Downloads.Impl
99 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in testInvalidDestination()
176 values.put(Downloads.Impl.COLUMN_DESTINATION, Downloads.Impl.DESTINATION_EXTERNAL); in requestDownload()