Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java255 private AppOpItem getAppOpItemLocked(List<AppOpItem> appOpList, int code, int uid, in getAppOpItemLocked() argument
257 final int itemsQ = appOpList.size(); in getAppOpItemLocked()
259 AppOpItem item = appOpList.get(i); in getAppOpItemLocked()