Searched defs:inheritFrom (Results 1 – 3 of 3) sorted by relevance
52 public final @NonNull List<String> inheritFrom; field in ParsedAttribution83 String inheritFrom = feature.inheritFrom.get(inheritFromNum); in isCombinationValid() local149 @NonNull List<String> inheritFrom) { in ParsedAttribution()
45 List<String> inheritFrom = null; in parseAttribution() local
67 T inheritFrom(String packageName) { in inheritFrom() method in BaseInstallMultiple