Searched refs:getMaxCumulativeContentItems (Results 1 – 6 of 6) sorted by relevance
66 assertEquals(1, r.getMaxCumulativeContentItems()); in testParsingParameters()187 assertEquals(1, r.getMaxCumulativeContentItems()); in testMultipleConfigurationsShareParameters()
89 return carUxRestrictions.getMaxCumulativeContentItems(); in getMaxItemsToUse()
293 public int getMaxCumulativeContentItems() { in getMaxCumulativeContentItems() method in CarUxRestrictions
681 maxItems = carUxRestrictions.getMaxCumulativeContentItems(); in onRestrictionsChanged()
1723 when(restriction.getMaxCumulativeContentItems()).thenReturn(10); in testUxRestriction_withLimitedContent_setsMaxItems()1744 when(restriction.getMaxCumulativeContentItems()).thenReturn(10); in testUxRestriction_withoutLimitedContent_setsUnlimitedMaxItems()
388 method public int getMaxCumulativeContentItems();