Searched defs:inheritFrom (Results 1 – 3 of 3) sorted by relevance
47 List<String> inheritFrom = null; in parseAttribution() local144 String inheritFrom = inheritFromList.get(inheritFromNum); in isCombinationValid() local
50 private @NonNull List<String> inheritFrom; field in ParsedAttributionImpl83 @NonNull List<String> inheritFrom) { in ParsedAttributionImpl()
67 T inheritFrom(String packageName) { in inheritFrom() method in BaseInstallMultiple