Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedAttribution.java81 int numInheritFrom = feature.inheritFrom.size(); in isCombinationValid() local
82 for (int inheritFromNum = 0; inheritFromNum < numInheritFrom; inheritFromNum++) { in isCombinationValid()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1835 int numInheritFrom = attribution.inheritFrom.size();
1836 for (int inheritFromNum = 0; inheritFromNum < numInheritFrom;