Home
last modified time | relevance | path

Searched refs:_inheritFrom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedAttributionImpl.java178 List<String> _inheritFrom = new ArrayList<>(); in ParsedAttributionImpl() local
179 in.readStringList(_inheritFrom); in ParsedAttributionImpl()
187 this.inheritFrom = _inheritFrom; in ParsedAttributionImpl()