am f5e6a211: Merge change 21572 into donut

Merge commit 'f5e6a211b16e26104b6fb2d32ef4eabbf9fbc2d1' into eclair

* commit 'f5e6a211b16e26104b6fb2d32ef4eabbf9fbc2d1':
  Add constants to adjust Vending input and output buffer sizes.
This commit is contained in:
Jasperln
2009-08-18 11:01:11 -07:00
committed by Android Git Automerger

View File

@@ -3087,6 +3087,18 @@ public final class Settings {
public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS = public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS =
"vending_pd_resend_frequency_ms"; "vending_pd_resend_frequency_ms";
/**
* Size of buffer in bytes for Vending to use when reading cache files.
*/
public static final String VENDING_DISK_INPUT_BUFFER_BYTES =
"vending_disk_input_buffer_bytes";
/**
* Size of buffer in bytes for Vending to use when writing cache files.
*/
public static final String VENDING_DISK_OUTPUT_BUFFER_BYTES =
"vending_disk_output_buffer_bytes";
/** /**
* Frequency in milliseconds at which we should cycle through the promoted applications * Frequency in milliseconds at which we should cycle through the promoted applications
* on the home screen or the categories page. * on the home screen or the categories page.