summaryrefslogtreecommitdiffstats
path: root/core/java/android/printservice
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-09-03 18:02:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-03 18:02:58 +0000
commitad0ec16fbe27e69e22b90ad9f1b9e322d8c20e8d (patch)
treea3b2194050062741184305f55ad14752995a8c51 /core/java/android/printservice
parente1de4b3216055d53e21ace27c0281359847332a2 (diff)
parent9186d0cb2bd325d9b52da15dbd513937c1e42caa (diff)
downloadframeworks_base-ad0ec16fbe27e69e22b90ad9f1b9e322d8c20e8d.zip
frameworks_base-ad0ec16fbe27e69e22b90ad9f1b9e322d8c20e8d.tar.gz
frameworks_base-ad0ec16fbe27e69e22b90ad9f1b9e322d8c20e8d.tar.bz2
Merge "Bug fixes in the printer dialog activity and fused printer loader." into klp-dev
Diffstat (limited to 'core/java/android/printservice')
-rw-r--r--core/java/android/printservice/PrinterDiscoverySession.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/printservice/PrinterDiscoverySession.java b/core/java/android/printservice/PrinterDiscoverySession.java
index 1f86ecc..6464cc1 100644
--- a/core/java/android/printservice/PrinterDiscoverySession.java
+++ b/core/java/android/printservice/PrinterDiscoverySession.java
@@ -80,7 +80,7 @@ import java.util.List;
public abstract class PrinterDiscoverySession {
private static final String LOG_TAG = "PrinterDiscoverySession";
- private static final int MAX_ITEMS_PER_CALLBACK = 100;
+ private static final int MAX_ITEMS_PER_CALLBACK = 50;
private static int sIdCounter = 0;