Searched refs:getMaxRestrictedStringLength (Results 1 – 6 of 6) sorted by relevance
67 assertEquals(1, r.getMaxRestrictedStringLength()); in testParsingParameters()188 assertEquals(1, r.getMaxRestrictedStringLength()); in testMultipleConfigurationsShareParameters()
264 public int getMaxRestrictedStringLength() { in getMaxRestrictedStringLength() method in CarUxRestrictions
166 : uxr.getMaxRestrictedStringLength(); in complyString()
675 manager.getCurrentCarUxRestrictions().getMaxRestrictedStringLength(); in setCarUxRestrictionManagerWrapper()
339 when(mCarUxRestrictions.getMaxRestrictedStringLength()).thenReturn(MAX_STRING_LENGTH); in onOptimizeForDriving_alertEntryHasNonMessageNotification_trimsNotificationTexts()376 when(mCarUxRestrictions.getMaxRestrictedStringLength()).thenReturn(MAX_STRING_LENGTH); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
389 method public int getMaxRestrictedStringLength();