Searched refs:spanSelectionProperty (Results 1 – 2 of 2) sorted by relevance
152 String spanSelectionProperty = System.getProperty(SPAN_SELECTION_PROPERTY_NAME); in lookUpSpanSelectionProperty() local153 return spanSelectionProperty == null || spanSelectionProperty.isEmpty() in lookUpSpanSelectionProperty()155 : parseSpanSelection(spanSelectionProperty); in lookUpSpanSelectionProperty()
136 String spanSelectionProperty = lookUpProperty(SPAN_SELECTION_PROPERTY_NAME); in lookUpSpanSelectionProperty() local137 return spanSelectionProperty == null || spanSelectionProperty.isEmpty() in lookUpSpanSelectionProperty()139 : parseSpanSelection(spanSelectionProperty); in lookUpSpanSelectionProperty()