Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedAttributionUtils.java142 int numInheritFrom = inheritFromList.size(); in isCombinationValid() local
143 for (int inheritFromNum = 0; inheritFromNum < numInheritFrom; inheritFromNum++) { in isCombinationValid()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1301 int numInheritFrom = attribution.getInheritFrom().size(); in refreshAttributionsLocked() local
1302 for (int inheritFromNum = 0; inheritFromNum < numInheritFrom; in refreshAttributionsLocked()