Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DUptcMap.java128 private String getTagAtIndex(int userIndex, int packageIndex, int tagIndex) { in getTagAtIndex() method in UptcMap
176 final String tag = getTagAtIndex(u, p, t); in forEach()