Searched refs:DESTINATION_SYSTEMCACHE_PARTITION (Results 1 – 6 of 6) sorted by relevance
24 import static android.provider.Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION;140 prepareAndRunDownload(DESTINATION_SYSTEMCACHE_PARTITION, in testCacheDirtyComplete()146 prepareAndRunDownload(DESTINATION_SYSTEMCACHE_PARTITION, in testCacheDirtyChunked()152 prepareAndRunDownload(DESTINATION_SYSTEMCACHE_PARTITION, in testCacheCleanComplete()158 prepareAndRunDownload(DESTINATION_SYSTEMCACHE_PARTITION, in testCacheCleanChunked()184 } else if (dest == DESTINATION_SYSTEMCACHE_PARTITION) { in prepareAndRunDownload()231 if (dest == Impl.DESTINATION_SYSTEMCACHE_PARTITION) { in prepareAndRunDownload()
480 public static final int DESTINATION_SYSTEMCACHE_PARTITION = 5; field in Downloads.Impl
245 if (destination != Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) { in updateWithLocked()
385 || mDestination == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION in isOnCache()
559 case Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION: in getDestinationDirectory()
545 || dest == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION)) { in insert()573 } else if (dest == Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION) { in insert()