Searched refs:maxItems (Results 1 – 3 of 3) sorted by relevance
309 private Intent computePanoramaSharingIntent(JobContext jc, int maxItems) { in computePanoramaSharingIntent() argument310 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computePanoramaSharingIntent()339 private Intent computeSharingIntent(JobContext jc, int maxItems) { in computeSharingIntent() argument340 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computeSharingIntent()
56 @NonNull List<NotificationGroup> newList, int maxItems) { in CarNotificationDiff() argument60 mMaxItems = maxItems; in CarNotificationDiff()
314 public void setMaxItems(int maxItems) { in setMaxItems() argument315 if (maxItems == ContentLimitingAdapter.UNLIMITED in setMaxItems()317 mMaxItems = maxItems; in setMaxItems()323 mMaxItems = maxItems; in setMaxItems()